Html Css Color HEX #59430A Bronze Olive

📋 copy color: '#59430A'

red 89 ◦ green 67 ◦ blue 10

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

Shades of Bronze Olive #59430A

Tints of Bronze Olive #59430A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 40.36%

 BLUE value IS 10 (4.3% from 255) = 6.02%

R = 53.61%
G = 40.36%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.89

 K value IS 0.65

RGB Variations

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

Color information

#59430A (or 0x59430A) is known color: Bronze Olive. HEX triplet: 59, 43 and 0A. RGB value is (89,67,10). Sum of RGB (Red+Green+Blue) = 89+67+10=166 (21% of max value = 765). Red value is 89 (35.16% from 255 or 53.61% from 166); Green value is 67 (26.56% from 255 or 40.36% from 166); Blue value is 10 (4.30% from 255 or 6.02% from 166); Max value from RGB is 89 - color contains mainly: red. Hex color #59430A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59430A is #A6BCF5. Grayscale: #434343. Windows color (decimal): -10927350 or 672601. OLE color: 672601.

HSL color Cylindrical-coordinate representation of color #59430A: hue angle of 43.29º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #59430A is Cyan = 0, Magento = 0.25, Yellow = 0.89 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 67 10 -
CMYK 0 0.25 0.89 0.65
HSL 43.29º 0.8% 0.19% -
HSV(B) 43.29º 0.89% 0.35% -
XYZ 6.18 6.16 1.15 -
YUV 67.08 95.79 143.63 -
System Red Green Blue C M Y K H S L
Decimal 89 67 10 0 0.25 0.89 0.65 43.29 0.8 0.19
Hex 59 43 A 0 19 59 41 2B 50 13
Octal 131 103 12 0 31 131 101 53 120 23
Binary 1011001 1000011 1010 0 11001 1011001 1000001 101011 1010000 10011

Color Harmonies of #59430A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59430A

Black with #59430A

Text Example


Text Example

White with #59430A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59430A; }

 p { color: rgb(89,67,10); }

 H1.HeaderClassName
 {
   color: #59430A;
 }
 .AnyTagClassName
 {
   color: #59430A;
 }
</style>

background-color css

<style>
 a { background-color: #59430A; }

 a { background-color: rgb(89,67,10); }

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

border-color css

<style>
 span { border-color: #59430A; }

 span { border-color: rgb(89,67,10); }

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