Html Css Color HEX #574416 Bronze Olive

📋 copy color: '#574416'

red 87 ◦ green 68 ◦ blue 22

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

Shades of Bronze Olive #574416

Tints of Bronze Olive #574416

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 12.43%

R = 49.15%
G = 38.42%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.75

 K value IS 0.66

RGB Variations

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

Color information

#574416 (or 0x574416) is known color: Bronze Olive. HEX triplet: 57, 44 and 16. RGB value is (87,68,22). Sum of RGB (Red+Green+Blue) = 87+68+22=177 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.15% from 177); Green value is 68 (26.95% from 255 or 38.42% from 177); Blue value is 22 (8.98% from 255 or 12.43% from 177); Max value from RGB is 87 - color contains mainly: red. Hex color #574416 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574416 is #A8BBE9. Grayscale: #444444. Windows color (decimal): -11058154 or 1459287. OLE color: 1459287.

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

Color convert

RGB 87 68 22 -
CMYK 0 0.22 0.75 0.66
HSL 42.46º 0.6% 0.21% -
HSV(B) 42.46º 0.75% 0.34% -
XYZ 6.14 6.22 1.64 -
YUV 68.44 101.79 141.24 -
System Red Green Blue C M Y K H S L
Decimal 87 68 22 0 0.22 0.75 0.66 42.46 0.6 0.21
Hex 57 44 16 0 16 4B 42 2A 3C 15
Octal 127 104 26 0 26 113 102 52 74 25
Binary 1010111 1000100 10110 0 10110 1001011 1000010 101010 111100 10101

Color Harmonies of #574416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574416

Black with #574416

Text Example


Text Example

White with #574416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574416; }

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

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

background-color css

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

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

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

border-color css

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

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

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