Html Css Color HEX #5F4202 Raw Umber

📋 copy color: '#5F4202'

red 95 ◦ green 66 ◦ blue 2

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

Shades of Raw Umber #5F4202

Tints of Raw Umber #5F4202

RGB

 RED value IS 95 (37.5% from 255) = 58.28%

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

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

R = 58.28%
G = 40.49%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.98

 K value IS 0.63

RGB Variations

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

Color information

#5F4202 (or 0x5F4202) is known color: Raw Umber. HEX triplet: 5F, 42 and 02. RGB value is (95,66,2). Sum of RGB (Red+Green+Blue) = 95+66+2=163 (21% of max value = 765). Red value is 95 (37.5% from 255 or 58.28% from 163); Green value is 66 (26.17% from 255 or 40.49% from 163); Blue value is 2 (1.17% from 255 or 1.23% from 163); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4202 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F4202 is #A0BDFD. Grayscale: #434343. Windows color (decimal): -10534398 or 148063. OLE color: 148063.

HSL color Cylindrical-coordinate representation of color #5F4202: hue angle of 41.29º 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 #5F4202 is Cyan = 0, Magento = 0.31, Yellow = 0.98 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 66 2 -
CMYK 0 0.31 0.98 0.63
HSL 41.29º 0.96% 0.19% -
HSV(B) 41.29º 0.98% 0.37% -
XYZ 6.68 6.33 0.93 -
YUV 67.38 91.11 147.7 -
System Red Green Blue C M Y K H S L
Decimal 95 66 2 0 0.31 0.98 0.63 41.29 0.96 0.19
Hex 5F 42 2 0 1F 62 3F 29 60 13
Octal 137 102 2 0 37 142 77 51 140 23
Binary 1011111 1000010 10 0 11111 1100010 111111 101001 1100000 10011

Color Harmonies of #5F4202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F4202

Black with #5F4202

Text Example


Text Example

White with #5F4202

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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