#533814

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

Shades of Baker's Chocolate #533814

Tints of Baker's Chocolate #533814

Color information

#533814 (or 0x533814) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 38 and 14. RGB value is (83,56,20). Sum of RGB (Red+Green+Blue) = 83+56+20=159 (21% of max value = 765). Red value is 83 (32.81% from 255 or 52.20% from 159); Green value is 56 (22.27% from 255 or 35.22% from 159); Blue value is 20 (8.20% from 255 or 12.58% from 159); Max value from RGB is 83 - color contains mainly: red. Hex color #533814 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533814 is #ACC7EB. Grayscale: #3C3C3C. Windows color (decimal): -11323372 or 1325139. OLE color: 1325139.

HSL color Cylindrical-coordinate representation of color #533814: hue angle of 34.29º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #533814 is Cyan = 0, Magento = 0.33, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB835620-
CMYK00.330.760.67
HSL34.29º61.17%20.2%-
HSV(B)34.29º75.9%32.55%-
XYZ5.114.721.3-
YUV59.97105.45144.43-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 52.20%
GREEN value IS 56 (22.27% from 255) = 35.22%
BLUE value IS 20 (8.20% from 255) = 12.58%
R=52.20%
G=35.22%
B=12.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83562000.330.760.6734.2961.1720.2
Hex5338140214C43223d14
Octal1237024041114103427524
Binary10100111110001010001000011001100100001110001011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533814; }

 p { color: rgb(83,56,20); }

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

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

 a { background-color: rgb(83,56,20); }

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

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

 span { border-color: rgb(83,56,20); }

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