Html Css Color HEX #564221 Deep Bronze

📋 copy color: '#564221'

red 86 ◦ green 66 ◦ blue 33

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

Shades of Deep Bronze #564221

Tints of Deep Bronze #564221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 17.84%

R = 46.49%
G = 35.68%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.62

 K value IS 0.66

RGB Variations

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

Color information

#564221 (or 0x564221) is known color: Deep Bronze. HEX triplet: 56, 42 and 21. RGB value is (86,66,33). Sum of RGB (Red+Green+Blue) = 86+66+33=185 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.49% from 185); Green value is 66 (26.17% from 255 or 35.68% from 185); Blue value is 33 (13.28% from 255 or 17.84% from 185); Max value from RGB is 86 - color contains mainly: red. Hex color #564221 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564221 is #A9BDDE. Grayscale: #444444. Windows color (decimal): -11124191 or 2179670. OLE color: 2179670.

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

Color convert

RGB 86 66 33 -
CMYK 0 0.23 0.62 0.66
HSL 37.36º 0.45% 0.23% -
HSV(B) 37.36º 0.62% 0.34% -
XYZ 6.06 5.98 2.27 -
YUV 68.22 108.13 140.68 -
System Red Green Blue C M Y K H S L
Decimal 86 66 33 0 0.23 0.62 0.66 37.36 0.45 0.23
Hex 56 42 21 0 17 3E 42 25 2D 17
Octal 126 102 41 0 27 76 102 45 55 27
Binary 1010110 1000010 100001 0 10111 111110 1000010 100101 101101 10111

Color Harmonies of #564221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564221

Black with #564221

Text Example


Text Example

White with #564221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564221; }

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

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

background-color css

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

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

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

border-color css

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

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

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