Html Css Color HEX #5F473C Brown Derby

📋 copy color: '#5F473C'

red 95 ◦ green 71 ◦ blue 60

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

Shades of Brown Derby #5F473C

Tints of Brown Derby #5F473C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.42%

 BLUE value IS 60 (23.83% from 255) = 26.55%

R = 42.04%
G = 31.42%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.37

 K value IS 0.63

RGB Variations

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

Color information

#5F473C (or 0x5F473C) is known color: Brown Derby. HEX triplet: 5F, 47 and 3C. RGB value is (95,71,60). Sum of RGB (Red+Green+Blue) = 95+71+60=226 (29% of max value = 765). Red value is 95 (37.5% from 255 or 42.04% from 226); Green value is 71 (28.12% from 255 or 31.42% from 226); Blue value is 60 (23.83% from 255 or 26.55% from 226); Max value from RGB is 95 - color contains mainly: red. Hex color #5F473C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F473C is #A0B8C3. Grayscale: #4C4C4C. Windows color (decimal): -10533060 or 3950431. OLE color: 3950431.

HSL color Cylindrical-coordinate representation of color #5F473C: hue angle of 18.86º degrees, saturation: 0.23, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5F473C is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 71 60 -
CMYK 0 0.25 0.37 0.63
HSL 18.86º 0.23% 0.3% -
HSV(B) 18.86º 0.37% 0.37% -
XYZ 7.79 7.27 5.27 -
YUV 76.92 118.45 140.89 -
System Red Green Blue C M Y K H S L
Decimal 95 71 60 0 0.25 0.37 0.63 18.86 0.23 0.3
Hex 5F 47 3C 0 19 25 3F 13 17 1E
Octal 137 107 74 0 31 45 77 23 27 36
Binary 1011111 1000111 111100 0 11001 100101 111111 10011 10111 11110

Color Harmonies of #5F473C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F473C

Black with #5F473C

Text Example


Text Example

White with #5F473C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,71,60); }

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

background-color css

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

 a { background-color: rgb(95,71,60); }

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

border-color css

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

 span { border-color: rgb(95,71,60); }

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