Html Css Color HEX #564230 Deep Bronze

📋 copy color: '#564230'

red 86 ◦ green 66 ◦ blue 48

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

Shades of Deep Bronze #564230

Tints of Deep Bronze #564230

RGB

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

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

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

R = 43%
G = 33%
B = 24%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.44

 K value IS 0.66

RGB Variations

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

Color information

#564230 (or 0x564230) is known color: Deep Bronze. HEX triplet: 56, 42 and 30. RGB value is (86,66,48). Sum of RGB (Red+Green+Blue) = 86+66+48=200 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43% from 200); Green value is 66 (26.17% from 255 or 33% from 200); Blue value is 48 (19.14% from 255 or 24% from 200); Max value from RGB is 86 - color contains mainly: red. Hex color #564230 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564230 is #A9BDCF. Grayscale: #464646. Windows color (decimal): -11124176 or 3162710. OLE color: 3162710.

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

Color convert

RGB 86 66 48 -
CMYK 0 0.23 0.44 0.66
HSL 28.42º 0.28% 0.26% -
HSV(B) 28.42º 0.44% 0.34% -
XYZ 6.32 6.09 3.64 -
YUV 69.93 115.63 139.46 -
System Red Green Blue C M Y K H S L
Decimal 86 66 48 0 0.23 0.44 0.66 28.42 0.28 0.26
Hex 56 42 30 0 17 2C 42 1C 1C 1A
Octal 126 102 60 0 27 54 102 34 34 32
Binary 1010110 1000010 110000 0 10111 101100 1000010 11100 11100 11010

Color Harmonies of #564230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564230

Black with #564230

Text Example


Text Example

White with #564230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564230; }

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

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

background-color css

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

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

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

border-color css

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

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

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