Html Css Color HEX #575114 Bronze Olive

📋 copy color: '#575114'

red 87 ◦ green 81 ◦ blue 20

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

Shades of Bronze Olive #575114

Tints of Bronze Olive #575114

RGB

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

 GREEN value IS 81 (32.03% from 255) = 43.09%

 BLUE value IS 20 (8.2% from 255) = 10.64%

R = 46.28%
G = 43.09%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#575114 (or 0x575114) is known color: Bronze Olive. HEX triplet: 57, 51 and 14. RGB value is (87,81,20). Sum of RGB (Red+Green+Blue) = 87+81+20=188 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.28% from 188); Green value is 81 (32.03% from 255 or 43.09% from 188); Blue value is 20 (8.20% from 255 or 10.64% from 188); Max value from RGB is 87 - color contains mainly: red. Hex color #575114 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575114 is #A8AEEB. Grayscale: #4C4C4C. Windows color (decimal): -11054828 or 1331543. OLE color: 1331543.

HSL color Cylindrical-coordinate representation of color #575114: hue angle of 54.63º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #575114 is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 81 20 -
CMYK 0 0.07 0.77 0.66
HSL 54.63º 0.63% 0.21% -
HSV(B) 54.63º 0.77% 0.34% -
XYZ 7 7.96 1.83 -
YUV 75.84 96.49 135.96 -
System Red Green Blue C M Y K H S L
Decimal 87 81 20 0 0.07 0.77 0.66 54.63 0.63 0.21
Hex 57 51 14 0 7 4D 42 37 3F 15
Octal 127 121 24 0 7 115 102 67 77 25
Binary 1010111 1010001 10100 0 111 1001101 1000010 110111 111111 10101

Color Harmonies of #575114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575114

Black with #575114

Text Example


Text Example

White with #575114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575114; }

 p { color: rgb(87,81,20); }

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

background-color css

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

 a { background-color: rgb(87,81,20); }

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

border-color css

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

 span { border-color: rgb(87,81,20); }

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