Html Css Color HEX #59412F Brown Derby

📋 copy color: '#59412F'

red 89 ◦ green 65 ◦ blue 47

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

Shades of Brown Derby #59412F

Tints of Brown Derby #59412F

RGB

 RED value IS 89 (35.16% from 255) = 44.28%

 GREEN value IS 65 (25.78% from 255) = 32.34%

 BLUE value IS 47 (18.75% from 255) = 23.38%

R = 44.28%
G = 32.34%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.47

 K value IS 0.65

RGB Variations

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

Color information

#59412F (or 0x59412F) is known color: Brown Derby. HEX triplet: 59, 41 and 2F. RGB value is (89,65,47). Sum of RGB (Red+Green+Blue) = 89+65+47=201 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.28% from 201); Green value is 65 (25.78% from 255 or 32.34% from 201); Blue value is 47 (18.75% from 255 or 23.38% from 201); Max value from RGB is 89 - color contains mainly: red. Hex color #59412F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59412F is #A6BED0. Grayscale: #464646. Windows color (decimal): -10927825 or 3096921. OLE color: 3096921.

HSL color Cylindrical-coordinate representation of color #59412F: hue angle of 25.71º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #59412F is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 65 47 -
CMYK 0 0.27 0.47 0.65
HSL 25.71º 0.31% 0.27% -
HSV(B) 25.71º 0.47% 0.35% -
XYZ 6.52 6.11 3.52 -
YUV 70.12 114.95 141.46 -
System Red Green Blue C M Y K H S L
Decimal 89 65 47 0 0.27 0.47 0.65 25.71 0.31 0.27
Hex 59 41 2F 0 1B 2F 41 1A 1F 1B
Octal 131 101 57 0 33 57 101 32 37 33
Binary 1011001 1000001 101111 0 11011 101111 1000001 11010 11111 11011

Color Harmonies of #59412F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59412F

Black with #59412F

Text Example


Text Example

White with #59412F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59412F; }

 p { color: rgb(89,65,47); }

 H1.HeaderClassName
 {
   color: #59412F;
 }
 .AnyTagClassName
 {
   color: #59412F;
 }
</style>

background-color css

<style>
 a { background-color: #59412F; }

 a { background-color: rgb(89,65,47); }

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

border-color css

<style>
 span { border-color: #59412F; }

 span { border-color: rgb(89,65,47); }

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