Html Css Color HEX #5A4400 Raw Umber

📋 copy color: '#5A4400'

red 90 ◦ green 68 ◦ blue 0

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

Shades of Raw Umber #5A4400

Tints of Raw Umber #5A4400

RGB

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

 GREEN value IS 68 (26.95% from 255) = 43.04%

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

R = 56.96%
G = 43.04%
B = 0%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 1

 K value IS 0.65

RGB Variations

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

Color information

#5A4400 (or 0x5A4400) is known color: Raw Umber. HEX triplet: 5A, 44 and 00. RGB value is (90,68,0). Sum of RGB (Red+Green+Blue) = 90+68+0=158 (20% of max value = 765). Red value is 90 (35.55% from 255 or 56.96% from 158); Green value is 68 (26.95% from 255 or 43.04% from 158); Blue value is 0 (0.39% from 255 or 0% from 158); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4400 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A4400 is #A5BBFF. Grayscale: #434343. Windows color (decimal): -10861568 or 17498. OLE color: 17498.

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

Color convert

RGB 90 68 0 -
CMYK 0 0.24 1 0.65
HSL 45.33º 1% 0.18% -
HSV(B) 45.33º 1% 0.35% -
XYZ 6.28 6.31 0.89 -
YUV 66.83 90.29 144.53 -
System Red Green Blue C M Y K H S L
Decimal 90 68 0 0 0.24 1 0.65 45.33 1 0.18
Hex 5A 44 0 0 18 64 41 2D 64 12
Octal 132 104 0 0 30 144 101 55 144 22
Binary 1011010 1000100 0 0 11000 1100100 1000001 101101 1100100 10010

Color Harmonies of #5A4400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4400

Black with #5A4400

Text Example


Text Example

White with #5A4400

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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