Html Css Color HEX #59482F Deep Bronze

📋 copy color: '#59482F'

red 89 ◦ green 72 ◦ blue 47

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

Shades of Deep Bronze #59482F

Tints of Deep Bronze #59482F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.62%

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

R = 42.79%
G = 34.62%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.47

 K value IS 0.65

RGB Variations

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

Color information

#59482F (or 0x59482F) is known color: Deep Bronze. HEX triplet: 59, 48 and 2F. RGB value is (89,72,47). Sum of RGB (Red+Green+Blue) = 89+72+47=208 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.79% from 208); Green value is 72 (28.52% from 255 or 34.62% from 208); Blue value is 47 (18.75% from 255 or 22.60% from 208); Max value from RGB is 89 - color contains mainly: red. Hex color #59482F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59482F is #A6B7D0. Grayscale: #4A4A4A. Windows color (decimal): -10926033 or 3098713. OLE color: 3098713.

HSL color Cylindrical-coordinate representation of color #59482F: hue angle of 35.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 #59482F is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 72 47 -
CMYK 0 0.19 0.47 0.65
HSL 35.71º 0.31% 0.27% -
HSV(B) 35.71º 0.47% 0.35% -
XYZ 6.95 6.96 3.67 -
YUV 74.23 112.63 138.53 -
System Red Green Blue C M Y K H S L
Decimal 89 72 47 0 0.19 0.47 0.65 35.71 0.31 0.27
Hex 59 48 2F 0 13 2F 41 24 1F 1B
Octal 131 110 57 0 23 57 101 44 37 33
Binary 1011001 1001000 101111 0 10011 101111 1000001 100100 11111 11011

Color Harmonies of #59482F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59482F

Black with #59482F

Text Example


Text Example

White with #59482F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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