Html Css Color HEX #575314 Bronze Olive

📋 copy color: '#575314'

red 87 ◦ green 83 ◦ blue 20

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

Shades of Bronze Olive #575314

Tints of Bronze Olive #575314

RGB

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

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

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

R = 45.79%
G = 43.68%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#575314 (or 0x575314) is known color: Bronze Olive. HEX triplet: 57, 53 and 14. RGB value is (87,83,20). Sum of RGB (Red+Green+Blue) = 87+83+20=190 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.79% from 190); Green value is 83 (32.81% from 255 or 43.68% from 190); Blue value is 20 (8.20% from 255 or 10.53% from 190); Max value from RGB is 87 - color contains mainly: red. Hex color #575314 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575314 is #A8ACEB. Grayscale: #4D4D4D. Windows color (decimal): -11054316 or 1332055. OLE color: 1332055.

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

Color convert

RGB 87 83 20 -
CMYK 0 0.05 0.77 0.66
HSL 56.42º 0.63% 0.21% -
HSV(B) 56.42º 0.77% 0.34% -
XYZ 7.15 8.26 1.88 -
YUV 77.01 95.83 135.12 -
System Red Green Blue C M Y K H S L
Decimal 87 83 20 0 0.05 0.77 0.66 56.42 0.63 0.21
Hex 57 53 14 0 5 4D 42 38 3F 15
Octal 127 123 24 0 5 115 102 70 77 25
Binary 1010111 1010011 10100 0 101 1001101 1000010 111000 111111 10101

Color Harmonies of #575314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575314

Black with #575314

Text Example


Text Example

White with #575314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575314; }

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

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

background-color css

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

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

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

border-color css

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

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

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