Html Css Color HEX #57531A Bronze Olive

📋 copy color: '#57531A'

red 87 ◦ green 83 ◦ blue 26

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

Shades of Bronze Olive #57531A

Tints of Bronze Olive #57531A

RGB

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

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

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

R = 44.39%
G = 42.35%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.70

 K value IS 0.66

RGB Variations

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

Color information

#57531A (or 0x57531A) is known color: Bronze Olive. HEX triplet: 57, 53 and 1A. RGB value is (87,83,26). Sum of RGB (Red+Green+Blue) = 87+83+26=196 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.39% from 196); Green value is 83 (32.81% from 255 or 42.35% from 196); Blue value is 26 (10.55% from 255 or 13.27% from 196); Max value from RGB is 87 - color contains mainly: red. Hex color #57531A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57531A is #A8ACE5. Grayscale: #4D4D4D. Windows color (decimal): -11054310 or 1725271. OLE color: 1725271.

HSL color Cylindrical-coordinate representation of color #57531A: hue angle of 56.07º 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 #57531A is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 83 26 -
CMYK 0 0.05 0.70 0.66
HSL 56.07º 0.54% 0.22% -
HSV(B) 56.07º 0.7% 0.34% -
XYZ 7.21 8.29 2.2 -
YUV 77.7 98.83 134.63 -
System Red Green Blue C M Y K H S L
Decimal 87 83 26 0 0.05 0.70 0.66 56.07 0.54 0.22
Hex 57 53 1A 0 5 46 42 38 36 16
Octal 127 123 32 0 5 106 102 70 66 26
Binary 1010111 1010011 11010 0 101 1000110 1000010 111000 110110 10110

Color Harmonies of #57531A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57531A

Black with #57531A

Text Example


Text Example

White with #57531A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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