Html Css Color HEX #574E12 Bronze Olive

📋 copy color: '#574E12'

red 87 ◦ green 78 ◦ blue 18

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

Shades of Bronze Olive #574E12

Tints of Bronze Olive #574E12

RGB

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

 GREEN value IS 78 (30.86% from 255) = 42.62%

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

R = 47.54%
G = 42.62%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.79

 K value IS 0.66

RGB Variations

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

Color information

#574E12 (or 0x574E12) is known color: Bronze Olive. HEX triplet: 57, 4E and 12. RGB value is (87,78,18). Sum of RGB (Red+Green+Blue) = 87+78+18=183 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.54% from 183); Green value is 78 (30.86% from 255 or 42.62% from 183); Blue value is 18 (7.42% from 255 or 9.84% from 183); Max value from RGB is 87 - color contains mainly: red. Hex color #574E12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #574E12 is #A8B1ED. Grayscale: #4A4A4A. Windows color (decimal): -11055598 or 1199703. OLE color: 1199703.

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

Color convert

RGB 87 78 18 -
CMYK 0 0.10 0.79 0.66
HSL 52.17º 0.66% 0.21% -
HSV(B) 52.17º 0.79% 0.34% -
XYZ 6.76 7.52 1.67 -
YUV 73.85 96.48 137.38 -
System Red Green Blue C M Y K H S L
Decimal 87 78 18 0 0.10 0.79 0.66 52.17 0.66 0.21
Hex 57 4E 12 0 A 4F 42 34 42 15
Octal 127 116 22 0 12 117 102 64 102 25
Binary 1010111 1001110 10010 0 1010 1001111 1000010 110100 1000010 10101

Color Harmonies of #574E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574E12

Black with #574E12

Text Example


Text Example

White with #574E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574E12; }

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

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

background-color css

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

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

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

border-color css

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

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

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