Html Css Color HEX #59453B Brown Derby

📋 copy color: '#59453B'

red 89 ◦ green 69 ◦ blue 59

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

Shades of Brown Derby #59453B

Tints of Brown Derby #59453B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 27.19%

R = 41.01%
G = 31.8%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.34

 K value IS 0.65

RGB Variations

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

Color information

#59453B (or 0x59453B) is known color: Brown Derby. HEX triplet: 59, 45 and 3B. RGB value is (89,69,59). Sum of RGB (Red+Green+Blue) = 89+69+59=217 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.01% from 217); Green value is 69 (27.34% from 255 or 31.80% from 217); Blue value is 59 (23.44% from 255 or 27.19% from 217); Max value from RGB is 89 - color contains mainly: red. Hex color #59453B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59453B is #A6BAC4. Grayscale: #494949. Windows color (decimal): -10926789 or 3884377. OLE color: 3884377.

HSL color Cylindrical-coordinate representation of color #59453B: hue angle of 20º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #59453B is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 69 59 -
CMYK 0 0.22 0.34 0.65
HSL 20º 0.2% 0.29% -
HSV(B) 20º 0.34% 0.35% -
XYZ 7.04 6.7 5.06 -
YUV 73.84 119.63 138.81 -
System Red Green Blue C M Y K H S L
Decimal 89 69 59 0 0.22 0.34 0.65 20 0.2 0.29
Hex 59 45 3B 0 16 22 41 14 14 1D
Octal 131 105 73 0 26 42 101 24 24 35
Binary 1011001 1000101 111011 0 10110 100010 1000001 10100 10100 11101

Color Harmonies of #59453B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59453B

Black with #59453B

Text Example


Text Example

White with #59453B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59453B; }

 p { color: rgb(89,69,59); }

 H1.HeaderClassName
 {
   color: #59453B;
 }
 .AnyTagClassName
 {
   color: #59453B;
 }
</style>

background-color css

<style>
 a { background-color: #59453B; }

 a { background-color: rgb(89,69,59); }

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

border-color css

<style>
 span { border-color: #59453B; }

 span { border-color: rgb(89,69,59); }

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