Html Css Color HEX #564029 Deep Bronze

📋 copy color: '#564029'

red 86 ◦ green 64 ◦ blue 41

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

Shades of Deep Bronze #564029

Tints of Deep Bronze #564029

RGB

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

 GREEN value IS 64 (25.39% from 255) = 33.51%

 BLUE value IS 41 (16.41% from 255) = 21.47%

R = 45.03%
G = 33.51%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.52

 K value IS 0.66

RGB Variations

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

Color information

#564029 (or 0x564029) is known color: Deep Bronze. HEX triplet: 56, 40 and 29. RGB value is (86,64,41). Sum of RGB (Red+Green+Blue) = 86+64+41=191 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.03% from 191); Green value is 64 (25.39% from 255 or 33.51% from 191); Blue value is 41 (16.41% from 255 or 21.47% from 191); Max value from RGB is 86 - color contains mainly: red. Hex color #564029 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564029 is #A9BFD6. Grayscale: #444444. Windows color (decimal): -11124695 or 2703446. OLE color: 2703446.

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

Color convert

RGB 86 64 41 -
CMYK 0 0.26 0.52 0.66
HSL 30.67º 0.35% 0.25% -
HSV(B) 30.67º 0.52% 0.34% -
XYZ 6.07 5.81 2.9 -
YUV 67.96 112.79 140.87 -
System Red Green Blue C M Y K H S L
Decimal 86 64 41 0 0.26 0.52 0.66 30.67 0.35 0.25
Hex 56 40 29 0 1A 34 42 1F 23 19
Octal 126 100 51 0 32 64 102 37 43 31
Binary 1010110 1000000 101001 0 11010 110100 1000010 11111 100011 11001

Color Harmonies of #564029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564029

Black with #564029

Text Example


Text Example

White with #564029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564029; }

 p { color: rgb(86,64,41); }

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

background-color css

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

 a { background-color: rgb(86,64,41); }

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

border-color css

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

 span { border-color: rgb(86,64,41); }

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