Html Css Color HEX #564223 Deep Bronze

📋 copy color: '#564223'

red 86 ◦ green 66 ◦ blue 35

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

Shades of Deep Bronze #564223

Tints of Deep Bronze #564223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 18.72%

R = 45.99%
G = 35.29%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.59

 K value IS 0.66

RGB Variations

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

Color information

#564223 (or 0x564223) is known color: Deep Bronze. HEX triplet: 56, 42 and 23. RGB value is (86,66,35). Sum of RGB (Red+Green+Blue) = 86+66+35=187 (24% of max value = 765). Red value is 86 (33.98% from 255 or 45.99% from 187); Green value is 66 (26.17% from 255 or 35.29% from 187); Blue value is 35 (14.06% from 255 or 18.72% from 187); Max value from RGB is 86 - color contains mainly: red. Hex color #564223 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564223 is #A9BDDC. Grayscale: #444444. Windows color (decimal): -11124189 or 2310742. OLE color: 2310742.

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

Color convert

RGB 86 66 35 -
CMYK 0 0.23 0.59 0.66
HSL 36.47º 0.42% 0.24% -
HSV(B) 36.47º 0.59% 0.34% -
XYZ 6.09 6 2.43 -
YUV 68.45 109.13 140.52 -
System Red Green Blue C M Y K H S L
Decimal 86 66 35 0 0.23 0.59 0.66 36.47 0.42 0.24
Hex 56 42 23 0 17 3B 42 24 2A 18
Octal 126 102 43 0 27 73 102 44 52 30
Binary 1010110 1000010 100011 0 10111 111011 1000010 100100 101010 11000

Color Harmonies of #564223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564223

Black with #564223

Text Example


Text Example

White with #564223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564223; }

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

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

background-color css

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

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

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

border-color css

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

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

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