Html Css Color HEX #574016 Bronze Olive

📋 copy color: '#574016'

red 87 ◦ green 64 ◦ blue 22

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

Shades of Bronze Olive #574016

Tints of Bronze Olive #574016

RGB

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

 GREEN value IS 64 (25.39% from 255) = 36.99%

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

R = 50.29%
G = 36.99%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.75

 K value IS 0.66

RGB Variations

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

Color information

#574016 (or 0x574016) is known color: Bronze Olive. HEX triplet: 57, 40 and 16. RGB value is (87,64,22). Sum of RGB (Red+Green+Blue) = 87+64+22=173 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.29% from 173); Green value is 64 (25.39% from 255 or 36.99% from 173); Blue value is 22 (8.98% from 255 or 12.72% from 173); Max value from RGB is 87 - color contains mainly: red. Hex color #574016 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574016 is #A8BFE9. Grayscale: #424242. Windows color (decimal): -11059178 or 1458263. OLE color: 1458263.

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

Color convert

RGB 87 64 22 -
CMYK 0 0.26 0.75 0.66
HSL 38.77º 0.6% 0.21% -
HSV(B) 38.77º 0.75% 0.34% -
XYZ 5.91 5.75 1.56 -
YUV 66.09 103.12 142.92 -
System Red Green Blue C M Y K H S L
Decimal 87 64 22 0 0.26 0.75 0.66 38.77 0.6 0.21
Hex 57 40 16 0 1A 4B 42 27 3C 15
Octal 127 100 26 0 32 113 102 47 74 25
Binary 1010111 1000000 10110 0 11010 1001011 1000010 100111 111100 10101

Color Harmonies of #574016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574016

Black with #574016

Text Example


Text Example

White with #574016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574016; }

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

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

background-color css

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

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

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

border-color css

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

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

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