Html Css Color HEX #5A4700 Raw Umber

📋 copy color: '#5A4700'

red 90 ◦ green 71 ◦ blue 0

#5A4700
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raw Umber #5A4700

Tints of Raw Umber #5A4700

RGB

 RED value IS 90 (35.55% from 255) = 55.9%

 GREEN value IS 71 (28.13% from 255) = 44.1%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.9%
G = 44.1%
B = 0%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1

 K value IS 0.65

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#5A4700 (or 0x5A4700) is known color: Raw Umber. HEX triplet: 5A, 47 and 00. RGB value is (90,71,0). Sum of RGB (Red+Green+Blue) = 90+71+0=161 (21% of max value = 765). Red value is 90 (35.55% from 255 or 55.90% from 161); Green value is 71 (28.12% from 255 or 44.10% from 161); Blue value is 0 (0.39% from 255 or 0% from 161); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4700 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A4700 is #A5B8FF. Grayscale: #444444. Windows color (decimal): -10860800 or 18266. OLE color: 18266.

HSL color Cylindrical-coordinate representation of color #5A4700: hue angle of 47.33º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5A4700 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 71 0 -
CMYK 0 0.21 1 0.65
HSL 47.33º 1% 0.18% -
HSV(B) 47.33º 1% 0.35% -
XYZ 6.47 6.68 0.95 -
YUV 68.59 89.29 143.27 -
System Red Green Blue C M Y K H S L
Decimal 90 71 0 0 0.21 1 0.65 47.33 1 0.18
Hex 5A 47 0 0 15 64 41 2F 64 12
Octal 132 107 0 0 25 144 101 57 144 22
Binary 1011010 1000111 0 0 10101 1100100 1000001 101111 1100100 10010

Color Harmonies of #5A4700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4700

Black with #5A4700

Text Example


Text Example

White with #5A4700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A4700; }

 p { color: rgb(90,71,0); }

 H1.HeaderClassName
 {
   color: #5A4700;
 }
 .AnyTagClassName
 {
   color: #5A4700;
 }
</style>

background-color css

<style>
 a { background-color: #5A4700; }

 a { background-color: rgb(90,71,0); }

 div.DivClassName
 {
   background-color: #5A4700;
 }
 .BgClassName
 {
   background-color: #5A4700;
 }
</style>

border-color css

<style>
 span { border-color: #5A4700; }

 span { border-color: rgb(90,71,0); }

 td.TdClassName
 {
   border-color: #5A4700;
 }
 .TagClassName
 {
   border-color: #5A4700;
 }
</style>