Html Css Color HEX #57531D Bronze Olive

📋 copy color: '#57531D'

red 87 ◦ green 83 ◦ blue 29

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

Shades of Bronze Olive #57531D

Tints of Bronze Olive #57531D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 14.57%

R = 43.72%
G = 41.71%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.67

 K value IS 0.66

RGB Variations

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

Color information

#57531D (or 0x57531D) is known color: Bronze Olive. HEX triplet: 57, 53 and 1D. RGB value is (87,83,29). Sum of RGB (Red+Green+Blue) = 87+83+29=199 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.72% from 199); Green value is 83 (32.81% from 255 or 41.71% from 199); Blue value is 29 (11.72% from 255 or 14.57% from 199); Max value from RGB is 87 - color contains mainly: red. Hex color #57531D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57531D is #A8ACE2. Grayscale: #4E4E4E. Windows color (decimal): -11054307 or 1921879. OLE color: 1921879.

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

Color convert

RGB 87 83 29 -
CMYK 0 0.05 0.67 0.66
HSL 55.86º 0.5% 0.23% -
HSV(B) 55.86º 0.67% 0.34% -
XYZ 7.25 8.3 2.38 -
YUV 78.04 100.33 134.39 -
System Red Green Blue C M Y K H S L
Decimal 87 83 29 0 0.05 0.67 0.66 55.86 0.5 0.23
Hex 57 53 1D 0 5 43 42 38 32 17
Octal 127 123 35 0 5 103 102 70 62 27
Binary 1010111 1010011 11101 0 101 1000011 1000010 111000 110010 10111

Color Harmonies of #57531D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57531D

Black with #57531D

Text Example


Text Example

White with #57531D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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