Html Css Color HEX #574612 Bronze Olive

📋 copy color: '#574612'

red 87 ◦ green 70 ◦ blue 18

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

Shades of Bronze Olive #574612

Tints of Bronze Olive #574612

RGB

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

 GREEN value IS 70 (27.73% from 255) = 40%

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

R = 49.71%
G = 40%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.79

 K value IS 0.66

RGB Variations

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

Color information

#574612 (or 0x574612) is known color: Bronze Olive. HEX triplet: 57, 46 and 12. RGB value is (87,70,18). Sum of RGB (Red+Green+Blue) = 87+70+18=175 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.71% from 175); Green value is 70 (27.73% from 255 or 40% from 175); Blue value is 18 (7.42% from 255 or 10.29% from 175); Max value from RGB is 87 - color contains mainly: red. Hex color #574612 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574612 is #A8B9ED. Grayscale: #454545. Windows color (decimal): -11057646 or 1197655. OLE color: 1197655.

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

Color convert

RGB 87 70 18 -
CMYK 0 0.20 0.79 0.66
HSL 45.22º 0.66% 0.21% -
HSV(B) 45.22º 0.79% 0.34% -
XYZ 6.23 6.45 1.49 -
YUV 69.16 99.13 140.73 -
System Red Green Blue C M Y K H S L
Decimal 87 70 18 0 0.20 0.79 0.66 45.22 0.66 0.21
Hex 57 46 12 0 14 4F 42 2D 42 15
Octal 127 106 22 0 24 117 102 55 102 25
Binary 1010111 1000110 10010 0 10100 1001111 1000010 101101 1000010 10101

Color Harmonies of #574612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574612

Black with #574612

Text Example


Text Example

White with #574612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574612; }

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

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

background-color css

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

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

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

border-color css

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

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

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