Html Css Color HEX #5F4102 Raw Umber

📋 copy color: '#5F4102'

red 95 ◦ green 65 ◦ blue 2

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

Shades of Raw Umber #5F4102

Tints of Raw Umber #5F4102

RGB

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

 GREEN value IS 65 (25.78% from 255) = 40.12%

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

R = 58.64%
G = 40.12%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.98

 K value IS 0.63

RGB Variations

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

Color information

#5F4102 (or 0x5F4102) is known color: Raw Umber. HEX triplet: 5F, 41 and 02. RGB value is (95,65,2). Sum of RGB (Red+Green+Blue) = 95+65+2=162 (21% of max value = 765). Red value is 95 (37.5% from 255 or 58.64% from 162); Green value is 65 (25.78% from 255 or 40.12% from 162); Blue value is 2 (1.17% from 255 or 1.23% from 162); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4102 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F4102 is #A0BEFD. Grayscale: #434343. Windows color (decimal): -10534654 or 147807. OLE color: 147807.

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

Color convert

RGB 95 65 2 -
CMYK 0 0.32 0.98 0.63
HSL 40.65º 0.96% 0.19% -
HSV(B) 40.65º 0.98% 0.37% -
XYZ 6.62 6.22 0.91 -
YUV 66.79 91.44 148.12 -
System Red Green Blue C M Y K H S L
Decimal 95 65 2 0 0.32 0.98 0.63 40.65 0.96 0.19
Hex 5F 41 2 0 20 62 3F 29 60 13
Octal 137 101 2 0 40 142 77 51 140 23
Binary 1011111 1000001 10 0 100000 1100010 111111 101001 1100000 10011

Color Harmonies of #5F4102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F4102

Black with #5F4102

Text Example


Text Example

White with #5F4102

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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