Html Css Color HEX #564428 Deep Bronze

📋 copy color: '#564428'

red 86 ◦ green 68 ◦ blue 40

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

Shades of Deep Bronze #564428

Tints of Deep Bronze #564428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 20.62%

R = 44.33%
G = 35.05%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.53

 K value IS 0.66

RGB Variations

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

Color information

#564428 (or 0x564428) is known color: Deep Bronze. HEX triplet: 56, 44 and 28. RGB value is (86,68,40). Sum of RGB (Red+Green+Blue) = 86+68+40=194 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.33% from 194); Green value is 68 (26.95% from 255 or 35.05% from 194); Blue value is 40 (16.02% from 255 or 20.62% from 194); Max value from RGB is 86 - color contains mainly: red. Hex color #564428 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564428 is #A9BBD7. Grayscale: #464646. Windows color (decimal): -11123672 or 2638934. OLE color: 2638934.

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

Color convert

RGB 86 68 40 -
CMYK 0 0.21 0.53 0.66
HSL 36.52º 0.37% 0.25% -
HSV(B) 36.52º 0.53% 0.34% -
XYZ 6.29 6.27 2.89 -
YUV 70.19 110.96 139.28 -
System Red Green Blue C M Y K H S L
Decimal 86 68 40 0 0.21 0.53 0.66 36.52 0.37 0.25
Hex 56 44 28 0 15 35 42 25 25 19
Octal 126 104 50 0 25 65 102 45 45 31
Binary 1010110 1000100 101000 0 10101 110101 1000010 100101 100101 11001

Color Harmonies of #564428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564428

Black with #564428

Text Example


Text Example

White with #564428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564428; }

 p { color: rgb(86,68,40); }

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

background-color css

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

 a { background-color: rgb(86,68,40); }

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

border-color css

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

 span { border-color: rgb(86,68,40); }

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