Html Css Color HEX #5F421D Dark Brown

📋 copy color: '#5F421D'

red 95 ◦ green 66 ◦ blue 29

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

Shades of Dark Brown #5F421D

Tints of Dark Brown #5F421D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 34.74%

 BLUE value IS 29 (11.72% from 255) = 15.26%

R = 50%
G = 34.74%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.69

 K value IS 0.63

RGB Variations

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

Color information

#5F421D (or 0x5F421D) is known color: Dark Brown. HEX triplet: 5F, 42 and 1D. RGB value is (95,66,29). Sum of RGB (Red+Green+Blue) = 95+66+29=190 (25% of max value = 765). Red value is 95 (37.5% from 255 or 50% from 190); Green value is 66 (26.17% from 255 or 34.74% from 190); Blue value is 29 (11.72% from 255 or 15.26% from 190); Max value from RGB is 95 - color contains mainly: red. Hex color #5F421D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F421D is #A0BDE2. Grayscale: #464646. Windows color (decimal): -10534371 or 1917535. OLE color: 1917535.

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

Color convert

RGB 95 66 29 -
CMYK 0 0.31 0.69 0.63
HSL 33.64º 0.53% 0.24% -
HSV(B) 33.64º 0.69% 0.37% -
XYZ 6.89 6.42 2.04 -
YUV 70.45 104.61 145.51 -
System Red Green Blue C M Y K H S L
Decimal 95 66 29 0 0.31 0.69 0.63 33.64 0.53 0.24
Hex 5F 42 1D 0 1F 45 3F 22 35 18
Octal 137 102 35 0 37 105 77 42 65 30
Binary 1011111 1000010 11101 0 11111 1000101 111111 100010 110101 11000

Color Harmonies of #5F421D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F421D

Black with #5F421D

Text Example


Text Example

White with #5F421D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,66,29); }

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

background-color css

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

 a { background-color: rgb(95,66,29); }

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

border-color css

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

 span { border-color: rgb(95,66,29); }

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