Html Css Color HEX #574415 Bronze Olive

📋 copy color: '#574415'

red 87 ◦ green 68 ◦ blue 21

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

Shades of Bronze Olive #574415

Tints of Bronze Olive #574415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 11.93%

R = 49.43%
G = 38.64%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.76

 K value IS 0.66

RGB Variations

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

Color information

#574415 (or 0x574415) is known color: Bronze Olive. HEX triplet: 57, 44 and 15. RGB value is (87,68,21). Sum of RGB (Red+Green+Blue) = 87+68+21=176 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.43% from 176); Green value is 68 (26.95% from 255 or 38.64% from 176); Blue value is 21 (8.59% from 255 or 11.93% from 176); Max value from RGB is 87 - color contains mainly: red. Hex color #574415 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574415 is #A8BBEA. Grayscale: #444444. Windows color (decimal): -11058155 or 1393751. OLE color: 1393751.

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

Color convert

RGB 87 68 21 -
CMYK 0 0.22 0.76 0.66
HSL 42.73º 0.61% 0.21% -
HSV(B) 42.73º 0.76% 0.34% -
XYZ 6.13 6.21 1.59 -
YUV 68.32 101.29 141.32 -
System Red Green Blue C M Y K H S L
Decimal 87 68 21 0 0.22 0.76 0.66 42.73 0.61 0.21
Hex 57 44 15 0 16 4C 42 2B 3D 15
Octal 127 104 25 0 26 114 102 53 75 25
Binary 1010111 1000100 10101 0 10110 1001100 1000010 101011 111101 10101

Color Harmonies of #574415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574415

Black with #574415

Text Example


Text Example

White with #574415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574415; }

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

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

background-color css

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

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

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

border-color css

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

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

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