Html Css Color HEX #5F3F2E Very Dark Brown

📋 copy color: '#5F3F2E'

red 95 ◦ green 63 ◦ blue 46

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

Shades of Very Dark Brown #5F3F2E

Tints of Very Dark Brown #5F3F2E

RGB

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

 GREEN value IS 63 (25% from 255) = 30.88%

 BLUE value IS 46 (18.36% from 255) = 22.55%

R = 46.57%
G = 30.88%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.52

 K value IS 0.63

RGB Variations

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

Color information

#5F3F2E (or 0x5F3F2E) is known color: Very Dark Brown. HEX triplet: 5F, 3F and 2E. RGB value is (95,63,46). Sum of RGB (Red+Green+Blue) = 95+63+46=204 (27% of max value = 765). Red value is 95 (37.5% from 255 or 46.57% from 204); Green value is 63 (25% from 255 or 30.88% from 204); Blue value is 46 (18.36% from 255 or 22.55% from 204); Max value from RGB is 95 - color contains mainly: red. Hex color #5F3F2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F3F2E is #A0C0D1. Grayscale: #464646. Windows color (decimal): -10535122 or 3030879. OLE color: 3030879.

HSL color Cylindrical-coordinate representation of color #5F3F2E: hue angle of 20.82º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5F3F2E is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 63 46 -
CMYK 0 0.34 0.52 0.63
HSL 20.82º 0.35% 0.28% -
HSV(B) 20.82º 0.52% 0.37% -
XYZ 6.99 6.19 3.41 -
YUV 70.63 114.1 145.38 -
System Red Green Blue C M Y K H S L
Decimal 95 63 46 0 0.34 0.52 0.63 20.82 0.35 0.28
Hex 5F 3F 2E 0 22 34 3F 15 23 1C
Octal 137 77 56 0 42 64 77 25 43 34
Binary 1011111 111111 101110 0 100010 110100 111111 10101 100011 11100

Color Harmonies of #5F3F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F3F2E

Black with #5F3F2E

Text Example


Text Example

White with #5F3F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,63,46); }

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

background-color css

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

 a { background-color: rgb(95,63,46); }

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

border-color css

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

 span { border-color: rgb(95,63,46); }

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