Html Css Color HEX #575113 Bronze Olive

📋 copy color: '#575113'

red 87 ◦ green 81 ◦ blue 19

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

Shades of Bronze Olive #575113

Tints of Bronze Olive #575113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.16%

R = 46.52%
G = 43.32%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#575113 (or 0x575113) is known color: Bronze Olive. HEX triplet: 57, 51 and 13. RGB value is (87,81,19). Sum of RGB (Red+Green+Blue) = 87+81+19=187 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.52% from 187); Green value is 81 (32.03% from 255 or 43.32% from 187); Blue value is 19 (7.81% from 255 or 10.16% from 187); Max value from RGB is 87 - color contains mainly: red. Hex color #575113 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575113 is #A8AEEC. Grayscale: #4B4B4B. Windows color (decimal): -11054829 or 1266007. OLE color: 1266007.

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

Color convert

RGB 87 81 19 -
CMYK 0 0.07 0.78 0.66
HSL 54.71º 0.64% 0.21% -
HSV(B) 54.71º 0.78% 0.34% -
XYZ 6.99 7.96 1.78 -
YUV 75.73 95.99 136.04 -
System Red Green Blue C M Y K H S L
Decimal 87 81 19 0 0.07 0.78 0.66 54.71 0.64 0.21
Hex 57 51 13 0 7 4E 42 37 40 15
Octal 127 121 23 0 7 116 102 67 100 25
Binary 1010111 1010001 10011 0 111 1001110 1000010 110111 1000000 10101

Color Harmonies of #575113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575113

Black with #575113

Text Example


Text Example

White with #575113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575113; }

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

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

background-color css

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

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

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

border-color css

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

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

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