#56380A

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

Shades of Baker's Chocolate #56380A

Tints of Baker's Chocolate #56380A

Color information

#56380A (or 0x56380A) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 38 and 0A. RGB value is (86,56,10). Sum of RGB (Red+Green+Blue) = 86+56+10=152 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.58% from 152); Green value is 56 (22.27% from 255 or 36.84% from 152); Blue value is 10 (4.30% from 255 or 6.58% from 152); Max value from RGB is 86 - color contains mainly: red. Hex color #56380A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #56380A is #A9C7F5. Grayscale: #3B3B3B. Windows color (decimal): -11126774 or 669782. OLE color: 669782.

HSL color Cylindrical-coordinate representation of color #56380A: hue angle of 36.32º 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 #56380A is Cyan = 0, Magento = 0.35, Yellow = 0.88 and Black (K on CMYK) = 0.66.

Color convert

RGB865610-
CMYK00.350.880.66
HSL36.32º79.17%18.82%-
HSV(B)36.32º88.37%33.73%-
XYZ5.314.830.94-
YUV59.7399.94146.74-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 56.58%
GREEN value IS 56 (22.27% from 255) = 36.84%
BLUE value IS 10 (4.30% from 255) = 6.58%
R=56.58%
G=36.84%
B=6.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.88
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86561000.350.880.6636.3279.1718.82
Hex5638A0235842244f13
Octal12670120431301024411723
Binary10101101110001010010001110110001000010100100100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56380A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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