Html Css Color HEX #5F451B Dark Brown

📋 copy color: '#5F451B'

red 95 ◦ green 69 ◦ blue 27

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

Shades of Dark Brown #5F451B

Tints of Dark Brown #5F451B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 36.13%

 BLUE value IS 27 (10.94% from 255) = 14.14%

R = 49.74%
G = 36.13%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.72

 K value IS 0.63

RGB Variations

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

Color information

#5F451B (or 0x5F451B) is known color: Dark Brown. HEX triplet: 5F, 45 and 1B. RGB value is (95,69,27). Sum of RGB (Red+Green+Blue) = 95+69+27=191 (25% of max value = 765). Red value is 95 (37.5% from 255 or 49.74% from 191); Green value is 69 (27.34% from 255 or 36.13% from 191); Blue value is 27 (10.94% from 255 or 14.14% from 191); Max value from RGB is 95 - color contains mainly: red. Hex color #5F451B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F451B is #A0BAE4. Grayscale: #484848. Windows color (decimal): -10533605 or 1787231. OLE color: 1787231.

HSL color Cylindrical-coordinate representation of color #5F451B: hue angle of 37.06º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5F451B is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 69 27 -
CMYK 0 0.27 0.72 0.63
HSL 37.06º 0.56% 0.24% -
HSV(B) 37.06º 0.72% 0.37% -
XYZ 7.05 6.77 1.97 -
YUV 71.99 102.61 144.42 -
System Red Green Blue C M Y K H S L
Decimal 95 69 27 0 0.27 0.72 0.63 37.06 0.56 0.24
Hex 5F 45 1B 0 1B 48 3F 25 38 18
Octal 137 105 33 0 33 110 77 45 70 30
Binary 1011111 1000101 11011 0 11011 1001000 111111 100101 111000 11000

Color Harmonies of #5F451B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F451B

Black with #5F451B

Text Example


Text Example

White with #5F451B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,69,27); }

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

background-color css

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

 a { background-color: rgb(95,69,27); }

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

border-color css

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

 span { border-color: rgb(95,69,27); }

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