Html Css Color HEX #5F4702 Raw Umber

📋 copy color: '#5F4702'

red 95 ◦ green 71 ◦ blue 2

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

Shades of Raw Umber #5F4702

Tints of Raw Umber #5F4702

RGB

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

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

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

R = 56.55%
G = 42.26%
B = 1.19%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.98

 K value IS 0.63

RGB Variations

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

Color information

#5F4702 (or 0x5F4702) is known color: Raw Umber. HEX triplet: 5F, 47 and 02. RGB value is (95,71,2). Sum of RGB (Red+Green+Blue) = 95+71+2=168 (22% of max value = 765). Red value is 95 (37.5% from 255 or 56.55% from 168); Green value is 71 (28.12% from 255 or 42.26% from 168); Blue value is 2 (1.17% from 255 or 1.19% from 168); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4702 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F4702 is #A0B8FD. Grayscale: #464646. Windows color (decimal): -10533118 or 149343. OLE color: 149343.

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

Color convert

RGB 95 71 2 -
CMYK 0 0.25 0.98 0.63
HSL 44.52º 0.96% 0.19% -
HSV(B) 44.52º 0.98% 0.37% -
XYZ 6.98 6.94 1.03 -
YUV 70.31 89.45 145.61 -
System Red Green Blue C M Y K H S L
Decimal 95 71 2 0 0.25 0.98 0.63 44.52 0.96 0.19
Hex 5F 47 2 0 19 62 3F 2D 60 13
Octal 137 107 2 0 31 142 77 55 140 23
Binary 1011111 1000111 10 0 11001 1100010 111111 101101 1100000 10011

Color Harmonies of #5F4702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F4702

Black with #5F4702

Text Example


Text Example

White with #5F4702

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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