Html Css Color HEX #5A4800 Raw Umber

📋 copy color: '#5A4800'

red 90 ◦ green 72 ◦ blue 0

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

Shades of Raw Umber #5A4800

Tints of Raw Umber #5A4800

RGB

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

 GREEN value IS 72 (28.52% from 255) = 44.44%

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

R = 55.56%
G = 44.44%
B = 0%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 1

 K value IS 0.65

RGB Variations

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

Color information

#5A4800 (or 0x5A4800) is known color: Raw Umber. HEX triplet: 5A, 48 and 00. RGB value is (90,72,0). Sum of RGB (Red+Green+Blue) = 90+72+0=162 (21% of max value = 765). Red value is 90 (35.55% from 255 or 55.56% from 162); Green value is 72 (28.52% from 255 or 44.44% from 162); Blue value is 0 (0.39% from 255 or 0% from 162); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4800 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A4800 is #A5B7FF. Grayscale: #454545. Windows color (decimal): -10860544 or 18522. OLE color: 18522.

HSL color Cylindrical-coordinate representation of color #5A4800: hue angle of 48º 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 #5A4800 is Cyan = 0, Magento = 0.20, Yellow = 1 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 72 0 -
CMYK 0 0.20 1 0.65
HSL 48º 1% 0.18% -
HSV(B) 48º 1% 0.35% -
XYZ 6.53 6.81 0.97 -
YUV 69.17 88.96 142.85 -
System Red Green Blue C M Y K H S L
Decimal 90 72 0 0 0.20 1 0.65 48 1 0.18
Hex 5A 48 0 0 14 64 41 30 64 12
Octal 132 110 0 0 24 144 101 60 144 22
Binary 1011010 1001000 0 0 10100 1100100 1000001 110000 1100100 10010

Color Harmonies of #5A4800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4800

Black with #5A4800

Text Example


Text Example

White with #5A4800

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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