Html Css Color HEX #575214 Bronze Olive

📋 copy color: '#575214'

red 87 ◦ green 82 ◦ blue 20

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

Shades of Bronze Olive #575214

Tints of Bronze Olive #575214

RGB

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

 GREEN value IS 82 (32.42% from 255) = 43.39%

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

R = 46.03%
G = 43.39%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#575214 (or 0x575214) is known color: Bronze Olive. HEX triplet: 57, 52 and 14. RGB value is (87,82,20). Sum of RGB (Red+Green+Blue) = 87+82+20=189 (25% of max value = 765). Red value is 87 (34.38% from 255 or 46.03% from 189); Green value is 82 (32.42% from 255 or 43.39% from 189); Blue value is 20 (8.20% from 255 or 10.58% from 189); Max value from RGB is 87 - color contains mainly: red. Hex color #575214 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575214 is #A8ADEB. Grayscale: #4C4C4C. Windows color (decimal): -11054572 or 1331799. OLE color: 1331799.

HSL color Cylindrical-coordinate representation of color #575214: hue angle of 55.52º 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 #575214 is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 82 20 -
CMYK 0 0.06 0.77 0.66
HSL 55.52º 0.63% 0.21% -
HSV(B) 55.52º 0.77% 0.34% -
XYZ 7.07 8.11 1.85 -
YUV 76.43 96.16 135.54 -
System Red Green Blue C M Y K H S L
Decimal 87 82 20 0 0.06 0.77 0.66 55.52 0.63 0.21
Hex 57 52 14 0 6 4D 42 38 3F 15
Octal 127 122 24 0 6 115 102 70 77 25
Binary 1010111 1010010 10100 0 110 1001101 1000010 111000 111111 10101

Color Harmonies of #575214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575214

Black with #575214

Text Example


Text Example

White with #575214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575214; }

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

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

background-color css

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

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

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

border-color css

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

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

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