Html Css Color HEX #5F4302 Raw Umber

📋 copy color: '#5F4302'

red 95 ◦ green 67 ◦ blue 2

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

Shades of Raw Umber #5F4302

Tints of Raw Umber #5F4302

RGB

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

 GREEN value IS 67 (26.56% from 255) = 40.85%

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

R = 57.93%
G = 40.85%
B = 1.22%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.98

 K value IS 0.63

RGB Variations

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

Color information

#5F4302 (or 0x5F4302) is known color: Raw Umber. HEX triplet: 5F, 43 and 02. RGB value is (95,67,2). Sum of RGB (Red+Green+Blue) = 95+67+2=164 (21% of max value = 765). Red value is 95 (37.5% from 255 or 57.93% from 164); Green value is 67 (26.56% from 255 or 40.85% from 164); Blue value is 2 (1.17% from 255 or 1.22% from 164); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4302 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F4302 is #A0BCFD. Grayscale: #444444. Windows color (decimal): -10534142 or 148319. OLE color: 148319.

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

Color convert

RGB 95 67 2 -
CMYK 0 0.29 0.98 0.63
HSL 41.94º 0.96% 0.19% -
HSV(B) 41.94º 0.98% 0.37% -
XYZ 6.74 6.45 0.95 -
YUV 67.96 90.78 147.29 -
System Red Green Blue C M Y K H S L
Decimal 95 67 2 0 0.29 0.98 0.63 41.94 0.96 0.19
Hex 5F 43 2 0 1D 62 3F 2A 60 13
Octal 137 103 2 0 35 142 77 52 140 23
Binary 1011111 1000011 10 0 11101 1100010 111111 101010 1100000 10011

Color Harmonies of #5F4302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F4302

Black with #5F4302

Text Example


Text Example

White with #5F4302

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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