Html Css Color HEX #5F4937 Brown Derby

📋 copy color: '#5F4937'

red 95 ◦ green 73 ◦ blue 55

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

Shades of Brown Derby #5F4937

Tints of Brown Derby #5F4937

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.74%

 BLUE value IS 55 (21.88% from 255) = 24.66%

R = 42.6%
G = 32.74%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.42

 K value IS 0.63

RGB Variations

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

Color information

#5F4937 (or 0x5F4937) is known color: Brown Derby. HEX triplet: 5F, 49 and 37. RGB value is (95,73,55). Sum of RGB (Red+Green+Blue) = 95+73+55=223 (29% of max value = 765). Red value is 95 (37.5% from 255 or 42.60% from 223); Green value is 73 (28.91% from 255 or 32.74% from 223); Blue value is 55 (21.88% from 255 or 24.66% from 223); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4937 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F4937 is #A0B6C8. Grayscale: #4D4D4D. Windows color (decimal): -10532553 or 3623263. OLE color: 3623263.

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

Color convert

RGB 95 73 55 -
CMYK 0 0.23 0.42 0.63
HSL 27º 0.27% 0.29% -
HSV(B) 27º 0.42% 0.37% -
XYZ 7.79 7.47 4.65 -
YUV 77.53 115.29 140.46 -
System Red Green Blue C M Y K H S L
Decimal 95 73 55 0 0.23 0.42 0.63 27 0.27 0.29
Hex 5F 49 37 0 17 2A 3F 1B 1B 1D
Octal 137 111 67 0 27 52 77 33 33 35
Binary 1011111 1001001 110111 0 10111 101010 111111 11011 11011 11101

Color Harmonies of #5F4937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F4937

Black with #5F4937

Text Example


Text Example

White with #5F4937

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,73,55); }

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

background-color css

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

 a { background-color: rgb(95,73,55); }

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

border-color css

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

 span { border-color: rgb(95,73,55); }

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