Html Css Color HEX #575213 Bronze Olive

📋 copy color: '#575213'

red 87 ◦ green 82 ◦ blue 19

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

Shades of Bronze Olive #575213

Tints of Bronze Olive #575213

RGB

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

 GREEN value IS 82 (32.42% from 255) = 43.62%

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

R = 46.28%
G = 43.62%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#575213 (or 0x575213) is known color: Bronze Olive. HEX triplet: 57, 52 and 13. RGB value is (87,82,19). Sum of RGB (Red+Green+Blue) = 87+82+19=188 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.28% from 188); Green value is 82 (32.42% from 255 or 43.62% from 188); Blue value is 19 (7.81% from 255 or 10.11% from 188); Max value from RGB is 87 - color contains mainly: red. Hex color #575213 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575213 is #A8ADEC. Grayscale: #4C4C4C. Windows color (decimal): -11054573 or 1266263. OLE color: 1266263.

HSL color Cylindrical-coordinate representation of color #575213: hue angle of 55.59º 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 #575213 is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 82 19 -
CMYK 0 0.06 0.78 0.66
HSL 55.59º 0.64% 0.21% -
HSV(B) 55.59º 0.78% 0.34% -
XYZ 7.07 8.11 1.81 -
YUV 76.31 95.66 135.62 -
System Red Green Blue C M Y K H S L
Decimal 87 82 19 0 0.06 0.78 0.66 55.59 0.64 0.21
Hex 57 52 13 0 6 4E 42 38 40 15
Octal 127 122 23 0 6 116 102 70 100 25
Binary 1010111 1010010 10011 0 110 1001110 1000010 111000 1000000 10101

Color Harmonies of #575213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575213

Black with #575213

Text Example


Text Example

White with #575213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575213; }

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

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

background-color css

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

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

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

border-color css

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

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

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