Html Css Color HEX #574912 Bronze Olive

📋 copy color: '#574912'

red 87 ◦ green 73 ◦ blue 18

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

Shades of Bronze Olive #574912

Tints of Bronze Olive #574912

RGB

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

 GREEN value IS 73 (28.91% from 255) = 41.01%

 BLUE value IS 18 (7.42% from 255) = 10.11%

R = 48.88%
G = 41.01%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.79

 K value IS 0.66

RGB Variations

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

Color information

#574912 (or 0x574912) is known color: Bronze Olive. HEX triplet: 57, 49 and 12. RGB value is (87,73,18). Sum of RGB (Red+Green+Blue) = 87+73+18=178 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.88% from 178); Green value is 73 (28.91% from 255 or 41.01% from 178); Blue value is 18 (7.42% from 255 or 10.11% from 178); Max value from RGB is 87 - color contains mainly: red. Hex color #574912 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574912 is #A8B6ED. Grayscale: #474747. Windows color (decimal): -11056878 or 1198423. OLE color: 1198423.

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

Color convert

RGB 87 73 18 -
CMYK 0 0.16 0.79 0.66
HSL 47.83º 0.66% 0.21% -
HSV(B) 47.83º 0.79% 0.34% -
XYZ 6.42 6.83 1.55 -
YUV 70.92 98.14 139.47 -
System Red Green Blue C M Y K H S L
Decimal 87 73 18 0 0.16 0.79 0.66 47.83 0.66 0.21
Hex 57 49 12 0 10 4F 42 30 42 15
Octal 127 111 22 0 20 117 102 60 102 25
Binary 1010111 1001001 10010 0 10000 1001111 1000010 110000 1000010 10101

Color Harmonies of #574912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574912

Black with #574912

Text Example


Text Example

White with #574912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574912; }

 p { color: rgb(87,73,18); }

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

background-color css

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

 a { background-color: rgb(87,73,18); }

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

border-color css

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

 span { border-color: rgb(87,73,18); }

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