Html Css Color HEX #564527 Deep Bronze

📋 copy color: '#564527'

red 86 ◦ green 69 ◦ blue 39

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

Shades of Deep Bronze #564527

Tints of Deep Bronze #564527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 20.1%

R = 44.33%
G = 35.57%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.55

 K value IS 0.66

RGB Variations

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

Color information

#564527 (or 0x564527) is known color: Deep Bronze. HEX triplet: 56, 45 and 27. RGB value is (86,69,39). Sum of RGB (Red+Green+Blue) = 86+69+39=194 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.33% from 194); Green value is 69 (27.34% from 255 or 35.57% from 194); Blue value is 39 (15.62% from 255 or 20.10% from 194); Max value from RGB is 86 - color contains mainly: red. Hex color #564527 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564527 is #A9BAD8. Grayscale: #464646. Windows color (decimal): -11123417 or 2573654. OLE color: 2573654.

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

Color convert

RGB 86 69 39 -
CMYK 0 0.20 0.55 0.66
HSL 38.3º 0.38% 0.25% -
HSV(B) 38.3º 0.55% 0.34% -
XYZ 6.33 6.38 2.82 -
YUV 70.66 110.13 138.94 -
System Red Green Blue C M Y K H S L
Decimal 86 69 39 0 0.20 0.55 0.66 38.3 0.38 0.25
Hex 56 45 27 0 14 37 42 26 26 19
Octal 126 105 47 0 24 67 102 46 46 31
Binary 1010110 1000101 100111 0 10100 110111 1000010 100110 100110 11001

Color Harmonies of #564527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564527

Black with #564527

Text Example


Text Example

White with #564527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564527; }

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

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

background-color css

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

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

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

border-color css

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

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

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