Html Css Color HEX #575312 Bronze Olive

📋 copy color: '#575312'

red 87 ◦ green 83 ◦ blue 18

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

Shades of Bronze Olive #575312

Tints of Bronze Olive #575312

RGB

 RED value IS 87 (34.38% from 255) = 46.28%

 GREEN value IS 83 (32.81% from 255) = 44.15%

 BLUE value IS 18 (7.42% from 255) = 9.57%

R = 46.28%
G = 44.15%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.79

 K value IS 0.66

RGB Variations

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

Color information

#575312 (or 0x575312) is known color: Bronze Olive. HEX triplet: 57, 53 and 12. RGB value is (87,83,18). Sum of RGB (Red+Green+Blue) = 87+83+18=188 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.28% from 188); Green value is 83 (32.81% from 255 or 44.15% from 188); Blue value is 18 (7.42% from 255 or 9.57% from 188); Max value from RGB is 87 - color contains mainly: red. Hex color #575312 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575312 is #A8ACED. Grayscale: #4D4D4D. Windows color (decimal): -11054318 or 1200983. OLE color: 1200983.

HSL color Cylindrical-coordinate representation of color #575312: hue angle of 56.52º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #575312 is Cyan = 0, Magento = 0.05, Yellow = 0.79 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 83 18 -
CMYK 0 0.05 0.79 0.66
HSL 56.52º 0.66% 0.21% -
HSV(B) 56.52º 0.79% 0.34% -
XYZ 7.13 8.26 1.79 -
YUV 76.79 94.83 135.29 -
System Red Green Blue C M Y K H S L
Decimal 87 83 18 0 0.05 0.79 0.66 56.52 0.66 0.21
Hex 57 53 12 0 5 4F 42 39 42 15
Octal 127 123 22 0 5 117 102 71 102 25
Binary 1010111 1010011 10010 0 101 1001111 1000010 111001 1000010 10101

Color Harmonies of #575312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575312

Black with #575312

Text Example


Text Example

White with #575312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575312; }

 p { color: rgb(87,83,18); }

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

background-color css

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

 a { background-color: rgb(87,83,18); }

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

border-color css

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

 span { border-color: rgb(87,83,18); }

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