Html Css Color HEX #575115 Bronze Olive

📋 copy color: '#575115'

red 87 ◦ green 81 ◦ blue 21

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

Shades of Bronze Olive #575115

Tints of Bronze Olive #575115

RGB

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

 GREEN value IS 81 (32.03% from 255) = 42.86%

 BLUE value IS 21 (8.59% from 255) = 11.11%

R = 46.03%
G = 42.86%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.76

 K value IS 0.66

RGB Variations

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

Color information

#575115 (or 0x575115) is known color: Bronze Olive. HEX triplet: 57, 51 and 15. RGB value is (87,81,21). Sum of RGB (Red+Green+Blue) = 87+81+21=189 (25% of max value = 765). Red value is 87 (34.38% from 255 or 46.03% from 189); Green value is 81 (32.03% from 255 or 42.86% from 189); Blue value is 21 (8.59% from 255 or 11.11% from 189); Max value from RGB is 87 - color contains mainly: red. Hex color #575115 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575115 is #A8AEEA. Grayscale: #4C4C4C. Windows color (decimal): -11054827 or 1397079. OLE color: 1397079.

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

Color convert

RGB 87 81 21 -
CMYK 0 0.07 0.76 0.66
HSL 54.55º 0.61% 0.21% -
HSV(B) 54.55º 0.76% 0.34% -
XYZ 7.01 7.97 1.88 -
YUV 75.95 96.99 135.88 -
System Red Green Blue C M Y K H S L
Decimal 87 81 21 0 0.07 0.76 0.66 54.55 0.61 0.21
Hex 57 51 15 0 7 4C 42 37 3D 15
Octal 127 121 25 0 7 114 102 67 75 25
Binary 1010111 1010001 10101 0 111 1001100 1000010 110111 111101 10101

Color Harmonies of #575115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575115

Black with #575115

Text Example


Text Example

White with #575115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575115; }

 p { color: rgb(87,81,21); }

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

background-color css

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

 a { background-color: rgb(87,81,21); }

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

border-color css

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

 span { border-color: rgb(87,81,21); }

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