Html Css Color HEX #5E4202 Raw Umber

📋 copy color: '#5E4202'

red 94 ◦ green 66 ◦ blue 2

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

Shades of Raw Umber #5E4202

Tints of Raw Umber #5E4202

RGB

 RED value IS 94 (37.11% from 255) = 58.02%

 GREEN value IS 66 (26.17% from 255) = 40.74%

 BLUE value IS 2 (1.17% from 255) = 1.23%

R = 58.02%
G = 40.74%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.98

 K value IS 0.63

RGB Variations

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

Color information

#5E4202 (or 0x5E4202) is known color: Raw Umber. HEX triplet: 5E, 42 and 02. RGB value is (94,66,2). Sum of RGB (Red+Green+Blue) = 94+66+2=162 (21% of max value = 765). Red value is 94 (37.11% from 255 or 58.02% from 162); Green value is 66 (26.17% from 255 or 40.74% from 162); Blue value is 2 (1.17% from 255 or 1.23% from 162); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4202 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E4202 is #A1BDFD. Grayscale: #434343. Windows color (decimal): -10599934 or 148062. OLE color: 148062.

HSL color Cylindrical-coordinate representation of color #5E4202: hue angle of 41.74º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5E4202 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 66 2 -
CMYK 0 0.30 0.98 0.63
HSL 41.74º 0.96% 0.19% -
HSV(B) 41.74º 0.98% 0.37% -
XYZ 6.58 6.28 0.92 -
YUV 67.08 91.28 147.2 -
System Red Green Blue C M Y K H S L
Decimal 94 66 2 0 0.30 0.98 0.63 41.74 0.96 0.19
Hex 5E 42 2 0 1E 62 3F 2A 60 13
Octal 136 102 2 0 36 142 77 52 140 23
Binary 1011110 1000010 10 0 11110 1100010 111111 101010 1100000 10011

Color Harmonies of #5E4202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4202

Black with #5E4202

Text Example


Text Example

White with #5E4202

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,66,2); }

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

background-color css

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

 a { background-color: rgb(94,66,2); }

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

border-color css

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

 span { border-color: rgb(94,66,2); }

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