Html Css Color HEX #564630 Deep Bronze

📋 copy color: '#564630'

red 86 ◦ green 70 ◦ blue 48

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

Shades of Deep Bronze #564630

Tints of Deep Bronze #564630

RGB

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

 GREEN value IS 70 (27.73% from 255) = 34.31%

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

R = 42.16%
G = 34.31%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.44

 K value IS 0.66

RGB Variations

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

Color information

#564630 (or 0x564630) is known color: Deep Bronze. HEX triplet: 56, 46 and 30. RGB value is (86,70,48). Sum of RGB (Red+Green+Blue) = 86+70+48=204 (27% of max value = 765). Red value is 86 (33.98% from 255 or 42.16% from 204); Green value is 70 (27.73% from 255 or 34.31% from 204); Blue value is 48 (19.14% from 255 or 23.53% from 204); Max value from RGB is 86 - color contains mainly: red. Hex color #564630 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564630 is #A9B9CF. Grayscale: #484848. Windows color (decimal): -11123152 or 3163734. OLE color: 3163734.

HSL color Cylindrical-coordinate representation of color #564630: hue angle of 34.74º 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 #564630 is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 70 48 -
CMYK 0 0.19 0.44 0.66
HSL 34.74º 0.28% 0.26% -
HSV(B) 34.74º 0.44% 0.34% -
XYZ 6.56 6.57 3.72 -
YUV 72.28 114.3 137.79 -
System Red Green Blue C M Y K H S L
Decimal 86 70 48 0 0.19 0.44 0.66 34.74 0.28 0.26
Hex 56 46 30 0 13 2C 42 23 1C 1A
Octal 126 106 60 0 23 54 102 43 34 32
Binary 1010110 1000110 110000 0 10011 101100 1000010 100011 11100 11010

Color Harmonies of #564630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564630

Black with #564630

Text Example


Text Example

White with #564630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564630; }

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

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

background-color css

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

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

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

border-color css

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

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

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