Html Css Color HEX #575005 Bronze Olive

📋 copy color: '#575005'

red 87 ◦ green 80 ◦ blue 5

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

Shades of Bronze Olive #575005

Tints of Bronze Olive #575005

RGB

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

 GREEN value IS 80 (31.64% from 255) = 46.51%

 BLUE value IS 5 (2.34% from 255) = 2.91%

R = 50.58%
G = 46.51%
B = 2.91%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.94

 K value IS 0.66

RGB Variations

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

Color information

#575005 (or 0x575005) is known color: Bronze Olive. HEX triplet: 57, 50 and 05. RGB value is (87,80,5). Sum of RGB (Red+Green+Blue) = 87+80+5=172 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.58% from 172); Green value is 80 (31.64% from 255 or 46.51% from 172); Blue value is 5 (2.34% from 255 or 2.91% from 172); Max value from RGB is 87 - color contains mainly: red. Hex color #575005 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575005 is #A8AFFA. Grayscale: #494949. Windows color (decimal): -11055099 or 348247. OLE color: 348247.

HSL color Cylindrical-coordinate representation of color #575005: hue angle of 54.88º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #575005 is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 80 5 -
CMYK 0 0.08 0.94 0.66
HSL 54.88º 0.89% 0.18% -
HSV(B) 54.88º 0.94% 0.34% -
XYZ 6.83 7.77 1.28 -
YUV 73.54 89.32 137.6 -
System Red Green Blue C M Y K H S L
Decimal 87 80 5 0 0.08 0.94 0.66 54.88 0.89 0.18
Hex 57 50 5 0 8 5E 42 37 59 12
Octal 127 120 5 0 10 136 102 67 131 22
Binary 1010111 1010000 101 0 1000 1011110 1000010 110111 1011001 10010

Color Harmonies of #575005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575005

Black with #575005

Text Example


Text Example

White with #575005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575005; }

 p { color: rgb(87,80,5); }

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

background-color css

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

 a { background-color: rgb(87,80,5); }

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

border-color css

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

 span { border-color: rgb(87,80,5); }

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