#533612

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

Shades of Baker's Chocolate #533612

Tints of Baker's Chocolate #533612

Color information

#533612 (or 0x533612) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 36 and 12. RGB value is (83,54,18). Sum of RGB (Red+Green+Blue) = 83+54+18=155 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.55% from 155); Green value is 54 (21.48% from 255 or 34.84% from 155); Blue value is 18 (7.42% from 255 or 11.61% from 155); Max value from RGB is 83 - color contains mainly: red. Hex color #533612 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533612 is #ACC9ED. Grayscale: #3A3A3A. Windows color (decimal): -11323886 or 1193555. OLE color: 1193555.

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

Color convert

RGB835418-
CMYK00.350.780.67
HSL33.23º64.36%19.8%-
HSV(B)33.23º78.31%32.55%-
XYZ54.521.18-
YUV58.57105.11145.43-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 53.55%
GREEN value IS 54 (21.48% from 255) = 34.84%
BLUE value IS 18 (7.42% from 255) = 11.61%
R=53.55%
G=34.84%
B=11.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83541800.350.780.6733.2364.3619.8
Hex5336120234E43214014
Octal12366220431161034110024
Binary101001111011010010010001110011101000011100001100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533612; }

 p { color: rgb(83,54,18); }

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

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

 a { background-color: rgb(83,54,18); }

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

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

 span { border-color: rgb(83,54,18); }

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