Html Css Color HEX #574D12 Bronze Olive

📋 copy color: '#574D12'

red 87 ◦ green 77 ◦ blue 18

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

Shades of Bronze Olive #574D12

Tints of Bronze Olive #574D12

RGB

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

 GREEN value IS 77 (30.47% from 255) = 42.31%

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

R = 47.8%
G = 42.31%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.79

 K value IS 0.66

RGB Variations

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

Color information

#574D12 (or 0x574D12) is known color: Bronze Olive. HEX triplet: 57, 4D and 12. RGB value is (87,77,18). Sum of RGB (Red+Green+Blue) = 87+77+18=182 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.80% from 182); Green value is 77 (30.47% from 255 or 42.31% from 182); Blue value is 18 (7.42% from 255 or 9.89% from 182); Max value from RGB is 87 - color contains mainly: red. Hex color #574D12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #574D12 is #A8B2ED. Grayscale: #494949. Windows color (decimal): -11055854 or 1199447. OLE color: 1199447.

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

Color convert

RGB 87 77 18 -
CMYK 0 0.11 0.79 0.66
HSL 51.3º 0.66% 0.21% -
HSV(B) 51.3º 0.79% 0.34% -
XYZ 6.69 7.38 1.64 -
YUV 73.26 96.81 137.8 -
System Red Green Blue C M Y K H S L
Decimal 87 77 18 0 0.11 0.79 0.66 51.3 0.66 0.21
Hex 57 4D 12 0 B 4F 42 33 42 15
Octal 127 115 22 0 13 117 102 63 102 25
Binary 1010111 1001101 10010 0 1011 1001111 1000010 110011 1000010 10101

Color Harmonies of #574D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574D12

Black with #574D12

Text Example


Text Example

White with #574D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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