Html Css Color HEX #574706 Bronze Olive

📋 copy color: '#574706'

red 87 ◦ green 71 ◦ blue 6

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

Shades of Bronze Olive #574706

Tints of Bronze Olive #574706

RGB

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

 GREEN value IS 71 (28.13% from 255) = 43.29%

 BLUE value IS 6 (2.73% from 255) = 3.66%

R = 53.05%
G = 43.29%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.93

 K value IS 0.66

RGB Variations

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

Color information

#574706 (or 0x574706) is known color: Bronze Olive. HEX triplet: 57, 47 and 06. RGB value is (87,71,6). Sum of RGB (Red+Green+Blue) = 87+71+6=164 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.05% from 164); Green value is 71 (28.12% from 255 or 43.29% from 164); Blue value is 6 (2.73% from 255 or 3.66% from 164); Max value from RGB is 87 - color contains mainly: red. Hex color #574706 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574706 is #A8B8F9. Grayscale: #444444. Windows color (decimal): -11057402 or 411479. OLE color: 411479.

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

Color convert

RGB 87 71 6 -
CMYK 0 0.18 0.93 0.66
HSL 48.15º 0.87% 0.18% -
HSV(B) 48.15º 0.93% 0.34% -
XYZ 6.22 6.55 1.11 -
YUV 68.37 92.8 141.29 -
System Red Green Blue C M Y K H S L
Decimal 87 71 6 0 0.18 0.93 0.66 48.15 0.87 0.18
Hex 57 47 6 0 12 5D 42 30 57 12
Octal 127 107 6 0 22 135 102 60 127 22
Binary 1010111 1000111 110 0 10010 1011101 1000010 110000 1010111 10010

Color Harmonies of #574706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574706

Black with #574706

Text Example


Text Example

White with #574706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574706; }

 p { color: rgb(87,71,6); }

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

background-color css

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

 a { background-color: rgb(87,71,6); }

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

border-color css

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

 span { border-color: rgb(87,71,6); }

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