Html Css Color HEX #57531B Bronze Olive

📋 copy color: '#57531B'

red 87 ◦ green 83 ◦ blue 27

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

Shades of Bronze Olive #57531B

Tints of Bronze Olive #57531B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 13.71%

R = 44.16%
G = 42.13%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.69

 K value IS 0.66

RGB Variations

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

Color information

#57531B (or 0x57531B) is known color: Bronze Olive. HEX triplet: 57, 53 and 1B. RGB value is (87,83,27). Sum of RGB (Red+Green+Blue) = 87+83+27=197 (26% of max value = 765). Red value is 87 (34.38% from 255 or 44.16% from 197); Green value is 83 (32.81% from 255 or 42.13% from 197); Blue value is 27 (10.94% from 255 or 13.71% from 197); Max value from RGB is 87 - color contains mainly: red. Hex color #57531B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57531B is #A8ACE4. Grayscale: #4E4E4E. Windows color (decimal): -11054309 or 1790807. OLE color: 1790807.

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

Color convert

RGB 87 83 27 -
CMYK 0 0.05 0.69 0.66
HSL 56º 0.53% 0.22% -
HSV(B) 56º 0.69% 0.34% -
XYZ 7.22 8.29 2.26 -
YUV 77.81 99.33 134.55 -
System Red Green Blue C M Y K H S L
Decimal 87 83 27 0 0.05 0.69 0.66 56 0.53 0.22
Hex 57 53 1B 0 5 45 42 38 35 16
Octal 127 123 33 0 5 105 102 70 65 26
Binary 1010111 1010011 11011 0 101 1000101 1000010 111000 110101 10110

Color Harmonies of #57531B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57531B

Black with #57531B

Text Example


Text Example

White with #57531B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57531B; }

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

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

background-color css

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

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

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

border-color css

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

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

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