Html Css Color HEX #57521A Bronze Olive

📋 copy color: '#57521A'

red 87 ◦ green 82 ◦ blue 26

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

Shades of Bronze Olive #57521A

Tints of Bronze Olive #57521A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 13.33%

R = 44.62%
G = 42.05%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.70

 K value IS 0.66

RGB Variations

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

Color information

#57521A (or 0x57521A) is known color: Bronze Olive. HEX triplet: 57, 52 and 1A. RGB value is (87,82,26). Sum of RGB (Red+Green+Blue) = 87+82+26=195 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.62% from 195); Green value is 82 (32.42% from 255 or 42.05% from 195); Blue value is 26 (10.55% from 255 or 13.33% from 195); Max value from RGB is 87 - color contains mainly: red. Hex color #57521A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57521A is #A8ADE5. Grayscale: #4D4D4D. Windows color (decimal): -11054566 or 1725015. OLE color: 1725015.

HSL color Cylindrical-coordinate representation of color #57521A: hue angle of 55.08º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #57521A is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 82 26 -
CMYK 0 0.06 0.70 0.66
HSL 55.08º 0.54% 0.22% -
HSV(B) 55.08º 0.7% 0.34% -
XYZ 7.13 8.14 2.17 -
YUV 77.11 99.16 135.05 -
System Red Green Blue C M Y K H S L
Decimal 87 82 26 0 0.06 0.70 0.66 55.08 0.54 0.22
Hex 57 52 1A 0 6 46 42 37 36 16
Octal 127 122 32 0 6 106 102 67 66 26
Binary 1010111 1010010 11010 0 110 1000110 1000010 110111 110110 10110

Color Harmonies of #57521A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57521A

Black with #57521A

Text Example


Text Example

White with #57521A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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