Html Css Color HEX #564533 Deep Bronze

📋 copy color: '#564533'

red 86 ◦ green 69 ◦ blue 51

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

Shades of Deep Bronze #564533

Tints of Deep Bronze #564533

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.5%

 BLUE value IS 51 (20.31% from 255) = 24.76%

R = 41.75%
G = 33.5%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.41

 K value IS 0.66

RGB Variations

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

Color information

#564533 (or 0x564533) is known color: Deep Bronze. HEX triplet: 56, 45 and 33. RGB value is (86,69,51). Sum of RGB (Red+Green+Blue) = 86+69+51=206 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.75% from 206); Green value is 69 (27.34% from 255 or 33.50% from 206); Blue value is 51 (20.31% from 255 or 24.76% from 206); Max value from RGB is 86 - color contains mainly: red. Hex color #564533 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564533 is #A9BACC. Grayscale: #484848. Windows color (decimal): -11123405 or 3360086. OLE color: 3360086.

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

Color convert

RGB 86 69 51 -
CMYK 0 0.20 0.41 0.66
HSL 30.86º 0.26% 0.27% -
HSV(B) 30.86º 0.41% 0.34% -
XYZ 6.56 6.47 4.04 -
YUV 72.03 116.13 137.96 -
System Red Green Blue C M Y K H S L
Decimal 86 69 51 0 0.20 0.41 0.66 30.86 0.26 0.27
Hex 56 45 33 0 14 29 42 1F 1A 1B
Octal 126 105 63 0 24 51 102 37 32 33
Binary 1010110 1000101 110011 0 10100 101001 1000010 11111 11010 11011

Color Harmonies of #564533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564533

Black with #564533

Text Example


Text Example

White with #564533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564533; }

 p { color: rgb(86,69,51); }

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

background-color css

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

 a { background-color: rgb(86,69,51); }

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

border-color css

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

 span { border-color: rgb(86,69,51); }

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