Html Css Color HEX #574702 Bronze Olive

📋 copy color: '#574702'

red 87 ◦ green 71 ◦ blue 2

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

Shades of Bronze Olive #574702

Tints of Bronze Olive #574702

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.25%

R = 54.38%
G = 44.38%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.98

 K value IS 0.66

RGB Variations

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

Color information

#574702 (or 0x574702) is known color: Bronze Olive. HEX triplet: 57, 47 and 02. RGB value is (87,71,2). Sum of RGB (Red+Green+Blue) = 87+71+2=160 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.38% from 160); Green value is 71 (28.12% from 255 or 44.38% from 160); Blue value is 2 (1.17% from 255 or 1.25% from 160); Max value from RGB is 87 - color contains mainly: red. Hex color #574702 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574702 is #A8B8FD. Grayscale: #444444. Windows color (decimal): -11057406 or 149335. OLE color: 149335.

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

Color convert

RGB 87 71 2 -
CMYK 0 0.18 0.98 0.66
HSL 48.71º 0.96% 0.17% -
HSV(B) 48.71º 0.98% 0.34% -
XYZ 6.19 6.54 0.99 -
YUV 67.92 90.8 141.61 -
System Red Green Blue C M Y K H S L
Decimal 87 71 2 0 0.18 0.98 0.66 48.71 0.96 0.17
Hex 57 47 2 0 12 62 42 31 60 11
Octal 127 107 2 0 22 142 102 61 140 21
Binary 1010111 1000111 10 0 10010 1100010 1000010 110001 1100000 10001

Color Harmonies of #574702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574702

Black with #574702

Text Example


Text Example

White with #574702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574702; }

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

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

background-color css

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

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

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

border-color css

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

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

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