Html Css Color HEX #5F3C02 Raw Umber

📋 copy color: '#5F3C02'

red 95 ◦ green 60 ◦ blue 2

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

Shades of Raw Umber #5F3C02

Tints of Raw Umber #5F3C02

RGB

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

 GREEN value IS 60 (23.83% from 255) = 38.22%

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

R = 60.51%
G = 38.22%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.98

 K value IS 0.63

RGB Variations

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

Color information

#5F3C02 (or 0x5F3C02) is known color: Raw Umber. HEX triplet: 5F, 3C and 02. RGB value is (95,60,2). Sum of RGB (Red+Green+Blue) = 95+60+2=157 (20% of max value = 765). Red value is 95 (37.5% from 255 or 60.51% from 157); Green value is 60 (23.83% from 255 or 38.22% from 157); Blue value is 2 (1.17% from 255 or 1.27% from 157); Max value from RGB is 95 - color contains mainly: red. Hex color #5F3C02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F3C02 is #A0C3FD. Grayscale: #404040. Windows color (decimal): -10535934 or 146527. OLE color: 146527.

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

Color convert

RGB 95 60 2 -
CMYK 0 0.37 0.98 0.63
HSL 37.42º 0.96% 0.19% -
HSV(B) 37.42º 0.98% 0.37% -
XYZ 6.35 5.67 0.82 -
YUV 63.85 93.1 150.22 -
System Red Green Blue C M Y K H S L
Decimal 95 60 2 0 0.37 0.98 0.63 37.42 0.96 0.19
Hex 5F 3C 2 0 25 62 3F 25 60 13
Octal 137 74 2 0 45 142 77 45 140 23
Binary 1011111 111100 10 0 100101 1100010 111111 100101 1100000 10011

Color Harmonies of #5F3C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F3C02

Black with #5F3C02

Text Example


Text Example

White with #5F3C02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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