Html Css Color HEX #575310 Bronze Olive

📋 copy color: '#575310'

red 87 ◦ green 83 ◦ blue 16

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

Shades of Bronze Olive #575310

Tints of Bronze Olive #575310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.6%

R = 46.77%
G = 44.62%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.82

 K value IS 0.66

RGB Variations

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

Color information

#575310 (or 0x575310) is known color: Bronze Olive. HEX triplet: 57, 53 and 10. RGB value is (87,83,16). Sum of RGB (Red+Green+Blue) = 87+83+16=186 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.77% from 186); Green value is 83 (32.81% from 255 or 44.62% from 186); Blue value is 16 (6.64% from 255 or 8.60% from 186); Max value from RGB is 87 - color contains mainly: red. Hex color #575310 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575310 is #A8ACEF. Grayscale: #4C4C4C. Windows color (decimal): -11054320 or 1069911. OLE color: 1069911.

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

Color convert

RGB 87 83 16 -
CMYK 0 0.05 0.82 0.66
HSL 56.62º 0.69% 0.2% -
HSV(B) 56.62º 0.82% 0.34% -
XYZ 7.12 8.25 1.71 -
YUV 76.56 93.83 135.45 -
System Red Green Blue C M Y K H S L
Decimal 87 83 16 0 0.05 0.82 0.66 56.62 0.69 0.2
Hex 57 53 10 0 5 52 42 39 45 14
Octal 127 123 20 0 5 122 102 71 105 24
Binary 1010111 1010011 10000 0 101 1010010 1000010 111001 1000101 10100

Color Harmonies of #575310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575310

Black with #575310

Text Example


Text Example

White with #575310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575310; }

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

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

background-color css

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

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

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

border-color css

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

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

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