Html Css Color HEX #5F4101 Raw Umber

📋 copy color: '#5F4101'

red 95 ◦ green 65 ◦ blue 1

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

Shades of Raw Umber #5F4101

Tints of Raw Umber #5F4101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.62%

R = 59.01%
G = 40.37%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.99

 K value IS 0.63

RGB Variations

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

Color information

#5F4101 (or 0x5F4101) is known color: Raw Umber. HEX triplet: 5F, 41 and 01. RGB value is (95,65,1). Sum of RGB (Red+Green+Blue) = 95+65+1=161 (21% of max value = 765). Red value is 95 (37.5% from 255 or 59.01% from 161); Green value is 65 (25.78% from 255 or 40.37% from 161); Blue value is 1 (0.78% from 255 or 0.62% from 161); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4101 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F4101 is #A0BEFE. Grayscale: #424242. Windows color (decimal): -10534655 or 82271. OLE color: 82271.

HSL color Cylindrical-coordinate representation of color #5F4101: hue angle of 40.85º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5F4101 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 65 1 -
CMYK 0 0.32 0.99 0.63
HSL 40.85º 0.98% 0.19% -
HSV(B) 40.85º 0.99% 0.37% -
XYZ 6.62 6.22 0.88 -
YUV 66.67 90.94 148.2 -
System Red Green Blue C M Y K H S L
Decimal 95 65 1 0 0.32 0.99 0.63 40.85 0.98 0.19
Hex 5F 41 1 0 20 63 3F 29 62 13
Octal 137 101 1 0 40 143 77 51 142 23
Binary 1011111 1000001 1 0 100000 1100011 111111 101001 1100010 10011

Color Harmonies of #5F4101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F4101

Black with #5F4101

Text Example


Text Example

White with #5F4101

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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