Html Css Color HEX #574614 Bronze Olive

📋 copy color: '#574614'

red 87 ◦ green 70 ◦ blue 20

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

Shades of Bronze Olive #574614

Tints of Bronze Olive #574614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 11.3%

R = 49.15%
G = 39.55%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#574614 (or 0x574614) is known color: Bronze Olive. HEX triplet: 57, 46 and 14. RGB value is (87,70,20). Sum of RGB (Red+Green+Blue) = 87+70+20=177 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.15% from 177); Green value is 70 (27.73% from 255 or 39.55% from 177); Blue value is 20 (8.20% from 255 or 11.30% from 177); Max value from RGB is 87 - color contains mainly: red. Hex color #574614 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574614 is #A8B9EB. Grayscale: #454545. Windows color (decimal): -11057644 or 1328727. OLE color: 1328727.

HSL color Cylindrical-coordinate representation of color #574614: hue angle of 44.78º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #574614 is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 70 20 -
CMYK 0 0.20 0.77 0.66
HSL 44.78º 0.63% 0.21% -
HSV(B) 44.78º 0.77% 0.34% -
XYZ 6.25 6.46 1.58 -
YUV 69.38 100.13 140.57 -
System Red Green Blue C M Y K H S L
Decimal 87 70 20 0 0.20 0.77 0.66 44.78 0.63 0.21
Hex 57 46 14 0 14 4D 42 2D 3F 15
Octal 127 106 24 0 24 115 102 55 77 25
Binary 1010111 1000110 10100 0 10100 1001101 1000010 101101 111111 10101

Color Harmonies of #574614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574614

Black with #574614

Text Example


Text Example

White with #574614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574614; }

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

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

background-color css

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

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

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

border-color css

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

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

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