Html Css Color HEX #575313 Bronze Olive

📋 copy color: '#575313'

red 87 ◦ green 83 ◦ blue 19

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

Shades of Bronze Olive #575313

Tints of Bronze Olive #575313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.05%

R = 46.03%
G = 43.92%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#575313 (or 0x575313) is known color: Bronze Olive. HEX triplet: 57, 53 and 13. RGB value is (87,83,19). Sum of RGB (Red+Green+Blue) = 87+83+19=189 (25% of max value = 765). Red value is 87 (34.38% from 255 or 46.03% from 189); Green value is 83 (32.81% from 255 or 43.92% from 189); Blue value is 19 (7.81% from 255 or 10.05% from 189); Max value from RGB is 87 - color contains mainly: red. Hex color #575313 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575313 is #A8ACEC. Grayscale: #4D4D4D. Windows color (decimal): -11054317 or 1266519. OLE color: 1266519.

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

Color convert

RGB 87 83 19 -
CMYK 0 0.05 0.78 0.66
HSL 56.47º 0.64% 0.21% -
HSV(B) 56.47º 0.78% 0.34% -
XYZ 7.14 8.26 1.83 -
YUV 76.9 95.33 135.2 -
System Red Green Blue C M Y K H S L
Decimal 87 83 19 0 0.05 0.78 0.66 56.47 0.64 0.21
Hex 57 53 13 0 5 4E 42 38 40 15
Octal 127 123 23 0 5 116 102 70 100 25
Binary 1010111 1010011 10011 0 101 1001110 1000010 111000 1000000 10101

Color Harmonies of #575313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575313

Black with #575313

Text Example


Text Example

White with #575313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575313; }

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

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

background-color css

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

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

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

border-color css

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

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

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