Html Css Color HEX #574812 Bronze Olive

📋 copy color: '#574812'

red 87 ◦ green 72 ◦ blue 18

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

Shades of Bronze Olive #574812

Tints of Bronze Olive #574812

RGB

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

 GREEN value IS 72 (28.52% from 255) = 40.68%

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

R = 49.15%
G = 40.68%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.79

 K value IS 0.66

RGB Variations

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

Color information

#574812 (or 0x574812) is known color: Bronze Olive. HEX triplet: 57, 48 and 12. RGB value is (87,72,18). Sum of RGB (Red+Green+Blue) = 87+72+18=177 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.15% from 177); Green value is 72 (28.52% from 255 or 40.68% from 177); Blue value is 18 (7.42% from 255 or 10.17% from 177); Max value from RGB is 87 - color contains mainly: red. Hex color #574812 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574812 is #A8B7ED. Grayscale: #464646. Windows color (decimal): -11057134 or 1198167. OLE color: 1198167.

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

Color convert

RGB 87 72 18 -
CMYK 0 0.17 0.79 0.66
HSL 46.96º 0.66% 0.21% -
HSV(B) 46.96º 0.79% 0.34% -
XYZ 6.36 6.7 1.53 -
YUV 70.33 98.47 139.89 -
System Red Green Blue C M Y K H S L
Decimal 87 72 18 0 0.17 0.79 0.66 46.96 0.66 0.21
Hex 57 48 12 0 11 4F 42 2F 42 15
Octal 127 110 22 0 21 117 102 57 102 25
Binary 1010111 1001000 10010 0 10001 1001111 1000010 101111 1000010 10101

Color Harmonies of #574812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574812

Black with #574812

Text Example


Text Example

White with #574812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574812; }

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

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

background-color css

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

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

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

border-color css

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

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

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