Html Css Color HEX #574602 Bronze Olive

📋 copy color: '#574602'

red 87 ◦ green 70 ◦ blue 2

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

Shades of Bronze Olive #574602

Tints of Bronze Olive #574602

RGB

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

 GREEN value IS 70 (27.73% from 255) = 44.03%

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

R = 54.72%
G = 44.03%
B = 1.26%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.98

 K value IS 0.66

RGB Variations

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

Color information

#574602 (or 0x574602) is known color: Bronze Olive. HEX triplet: 57, 46 and 02. RGB value is (87,70,2). Sum of RGB (Red+Green+Blue) = 87+70+2=159 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.72% from 159); Green value is 70 (27.73% from 255 or 44.03% from 159); Blue value is 2 (1.17% from 255 or 1.26% from 159); Max value from RGB is 87 - color contains mainly: red. Hex color #574602 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574602 is #A8B9FD. Grayscale: #434343. Windows color (decimal): -11057662 or 149079. OLE color: 149079.

HSL color Cylindrical-coordinate representation of color #574602: hue angle of 48º 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 #574602 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 70 2 -
CMYK 0 0.20 0.98 0.66
HSL 48º 0.96% 0.17% -
HSV(B) 48º 0.98% 0.34% -
XYZ 6.13 6.41 0.97 -
YUV 67.33 91.13 142.03 -
System Red Green Blue C M Y K H S L
Decimal 87 70 2 0 0.20 0.98 0.66 48 0.96 0.17
Hex 57 46 2 0 14 62 42 30 60 11
Octal 127 106 2 0 24 142 102 60 140 21
Binary 1010111 1000110 10 0 10100 1100010 1000010 110000 1100000 10001

Color Harmonies of #574602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574602

Black with #574602

Text Example


Text Example

White with #574602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574602; }

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

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

background-color css

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

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

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

border-color css

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

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

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