#56340A

Color #56340A Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #56340A

Tints of Baker's Chocolate #56340A

Color information

#56340A (or 0x56340A) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 34 and 0A. RGB value is (86,52,10). Sum of RGB (Red+Green+Blue) = 86+52+10=148 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.11% from 148); Green value is 52 (20.70% from 255 or 35.14% from 148); Blue value is 10 (4.30% from 255 or 6.76% from 148); Max value from RGB is 86 - color contains mainly: red. Hex color #56340A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #56340A is #A9CBF5. Grayscale: #393939. Windows color (decimal): -11127798 or 668758. OLE color: 668758.

HSL color Cylindrical-coordinate representation of color #56340A: hue angle of 33.16º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #56340A is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.66.

Color convert

RGB865210-
CMYK00.400.880.66
HSL33.16º79.17%18.82%-
HSV(B)33.16º88.37%33.73%-
XYZ5.124.460.88-
YUV57.38101.26148.42-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 58.11%
GREEN value IS 52 (20.70% from 255) = 35.14%
BLUE value IS 10 (4.30% from 255) = 6.76%
R=58.11%
G=35.14%
B=6.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.88
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86521000.400.880.6633.1679.1718.82
Hex5634A0285842214f13
Octal12664120501301024111723
Binary10101101101001010010100010110001000010100001100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56340A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56340A; }

 p { color: rgb(86,52,10); }

 H1.HeaderClassName
 {
   color: #56340A;
 }
 .AnyTagClassName
 {
   color: #56340A;
 }
</style>
background-color css

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

 a { background-color: rgb(86,52,10); }

 div.DivClassName
 {
   background-color: #56340A;
 }
 .BgClassName
 {
   background-color: #56340A;
 }
</style>
border-color css

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

 span { border-color: rgb(86,52,10); }

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