Html Css Color HEX #5F4608 Raw Umber

📋 copy color: '#5F4608'

red 95 ◦ green 70 ◦ blue 8

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

Shades of Raw Umber #5F4608

Tints of Raw Umber #5F4608

RGB

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

 GREEN value IS 70 (27.73% from 255) = 40.46%

 BLUE value IS 8 (3.52% from 255) = 4.62%

R = 54.91%
G = 40.46%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.92

 K value IS 0.63

RGB Variations

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

Color information

#5F4608 (or 0x5F4608) is known color: Raw Umber. HEX triplet: 5F, 46 and 08. RGB value is (95,70,8). Sum of RGB (Red+Green+Blue) = 95+70+8=173 (22% of max value = 765). Red value is 95 (37.5% from 255 or 54.91% from 173); Green value is 70 (27.73% from 255 or 40.46% from 173); Blue value is 8 (3.52% from 255 or 4.62% from 173); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4608 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F4608 is #A0B9F7. Grayscale: #464646. Windows color (decimal): -10533368 or 542303. OLE color: 542303.

HSL color Cylindrical-coordinate representation of color #5F4608: hue angle of 42.76º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5F4608 is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 70 8 -
CMYK 0 0.26 0.92 0.63
HSL 42.76º 0.84% 0.2% -
HSV(B) 42.76º 0.92% 0.37% -
XYZ 6.95 6.83 1.18 -
YUV 70.41 92.78 145.54 -
System Red Green Blue C M Y K H S L
Decimal 95 70 8 0 0.26 0.92 0.63 42.76 0.84 0.2
Hex 5F 46 8 0 1A 5C 3F 2B 54 14
Octal 137 106 10 0 32 134 77 53 124 24
Binary 1011111 1000110 1000 0 11010 1011100 111111 101011 1010100 10100

Color Harmonies of #5F4608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F4608

Black with #5F4608

Text Example


Text Example

White with #5F4608

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,70,8); }

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

background-color css

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

 a { background-color: rgb(95,70,8); }

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

border-color css

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

 span { border-color: rgb(95,70,8); }

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