Html Css Color HEX #564213 Bronze Olive

📋 copy color: '#564213'

red 86 ◦ green 66 ◦ blue 19

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

Shades of Bronze Olive #564213

Tints of Bronze Olive #564213

RGB

 RED value IS 86 (33.98% from 255) = 50.29%

 GREEN value IS 66 (26.17% from 255) = 38.6%

 BLUE value IS 19 (7.81% from 255) = 11.11%

R = 50.29%
G = 38.6%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#564213 (or 0x564213) is known color: Bronze Olive. HEX triplet: 56, 42 and 13. RGB value is (86,66,19). Sum of RGB (Red+Green+Blue) = 86+66+19=171 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.29% from 171); Green value is 66 (26.17% from 255 or 38.60% from 171); Blue value is 19 (7.81% from 255 or 11.11% from 171); Max value from RGB is 86 - color contains mainly: red. Hex color #564213 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564213 is #A9BDEC. Grayscale: #424242. Windows color (decimal): -11124205 or 1262166. OLE color: 1262166.

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

Color convert

RGB 86 66 19 -
CMYK 0 0.23 0.78 0.66
HSL 42.09º 0.64% 0.21% -
HSV(B) 42.09º 0.78% 0.34% -
XYZ 5.9 5.92 1.45 -
YUV 66.62 101.13 141.82 -
System Red Green Blue C M Y K H S L
Decimal 86 66 19 0 0.23 0.78 0.66 42.09 0.64 0.21
Hex 56 42 13 0 17 4E 42 2A 40 15
Octal 126 102 23 0 27 116 102 52 100 25
Binary 1010110 1000010 10011 0 10111 1001110 1000010 101010 1000000 10101

Color Harmonies of #564213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564213

Black with #564213

Text Example


Text Example

White with #564213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564213; }

 p { color: rgb(86,66,19); }

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

background-color css

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

 a { background-color: rgb(86,66,19); }

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

border-color css

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

 span { border-color: rgb(86,66,19); }

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