Html Css Color HEX #574412 Bronze Olive

📋 copy color: '#574412'

red 87 ◦ green 68 ◦ blue 18

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

Shades of Bronze Olive #574412

Tints of Bronze Olive #574412

RGB

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

 GREEN value IS 68 (26.95% from 255) = 39.31%

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

R = 50.29%
G = 39.31%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.79

 K value IS 0.66

RGB Variations

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

Color information

#574412 (or 0x574412) is known color: Bronze Olive. HEX triplet: 57, 44 and 12. RGB value is (87,68,18). Sum of RGB (Red+Green+Blue) = 87+68+18=173 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.29% from 173); Green value is 68 (26.95% from 255 or 39.31% from 173); Blue value is 18 (7.42% from 255 or 10.40% from 173); Max value from RGB is 87 - color contains mainly: red. Hex color #574412 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574412 is #A8BBED. Grayscale: #444444. Windows color (decimal): -11058158 or 1197143. OLE color: 1197143.

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

Color convert

RGB 87 68 18 -
CMYK 0 0.22 0.79 0.66
HSL 43.48º 0.66% 0.21% -
HSV(B) 43.48º 0.79% 0.34% -
XYZ 6.11 6.2 1.45 -
YUV 67.98 99.79 141.57 -
System Red Green Blue C M Y K H S L
Decimal 87 68 18 0 0.22 0.79 0.66 43.48 0.66 0.21
Hex 57 44 12 0 16 4F 42 2B 42 15
Octal 127 104 22 0 26 117 102 53 102 25
Binary 1010111 1000100 10010 0 10110 1001111 1000010 101011 1000010 10101

Color Harmonies of #574412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574412

Black with #574412

Text Example


Text Example

White with #574412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574412; }

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

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

background-color css

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

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

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

border-color css

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

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

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