Html Css Color HEX #564430 Deep Bronze

📋 copy color: '#564430'

red 86 ◦ green 68 ◦ blue 48

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

Shades of Deep Bronze #564430

Tints of Deep Bronze #564430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 23.76%

R = 42.57%
G = 33.66%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.44

 K value IS 0.66

RGB Variations

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

Color information

#564430 (or 0x564430) is known color: Deep Bronze. HEX triplet: 56, 44 and 30. RGB value is (86,68,48). Sum of RGB (Red+Green+Blue) = 86+68+48=202 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.57% from 202); Green value is 68 (26.95% from 255 or 33.66% from 202); Blue value is 48 (19.14% from 255 or 23.76% from 202); Max value from RGB is 86 - color contains mainly: red. Hex color #564430 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564430 is #A9BBCF. Grayscale: #474747. Windows color (decimal): -11123664 or 3163222. OLE color: 3163222.

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

Color convert

RGB 86 68 48 -
CMYK 0 0.21 0.44 0.66
HSL 31.58º 0.28% 0.26% -
HSV(B) 31.58º 0.44% 0.34% -
XYZ 6.44 6.33 3.68 -
YUV 71.1 114.96 138.63 -
System Red Green Blue C M Y K H S L
Decimal 86 68 48 0 0.21 0.44 0.66 31.58 0.28 0.26
Hex 56 44 30 0 15 2C 42 20 1C 1A
Octal 126 104 60 0 25 54 102 40 34 32
Binary 1010110 1000100 110000 0 10101 101100 1000010 100000 11100 11010

Color Harmonies of #564430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564430

Black with #564430

Text Example


Text Example

White with #564430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564430; }

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

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

background-color css

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

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

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

border-color css

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

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

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