Html Css Color HEX #57531C Bronze Olive

📋 copy color: '#57531C'

red 87 ◦ green 83 ◦ blue 28

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

Shades of Bronze Olive #57531C

Tints of Bronze Olive #57531C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 14.14%

R = 43.94%
G = 41.92%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.68

 K value IS 0.66

RGB Variations

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

Color information

#57531C (or 0x57531C) is known color: Bronze Olive. HEX triplet: 57, 53 and 1C. RGB value is (87,83,28). Sum of RGB (Red+Green+Blue) = 87+83+28=198 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.94% from 198); Green value is 83 (32.81% from 255 or 41.92% from 198); Blue value is 28 (11.33% from 255 or 14.14% from 198); Max value from RGB is 87 - color contains mainly: red. Hex color #57531C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57531C is #A8ACE3. Grayscale: #4E4E4E. Windows color (decimal): -11054308 or 1856343. OLE color: 1856343.

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

Color convert

RGB 87 83 28 -
CMYK 0 0.05 0.68 0.66
HSL 55.93º 0.51% 0.23% -
HSV(B) 55.93º 0.68% 0.34% -
XYZ 7.23 8.3 2.32 -
YUV 77.93 99.83 134.47 -
System Red Green Blue C M Y K H S L
Decimal 87 83 28 0 0.05 0.68 0.66 55.93 0.51 0.23
Hex 57 53 1C 0 5 44 42 38 33 17
Octal 127 123 34 0 5 104 102 70 63 27
Binary 1010111 1010011 11100 0 101 1000100 1000010 111000 110011 10111

Color Harmonies of #57531C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57531C

Black with #57531C

Text Example


Text Example

White with #57531C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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