#533715

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

Shades of Baker's Chocolate #533715

Tints of Baker's Chocolate #533715

Color information

#533715 (or 0x533715) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 37 and 15. RGB value is (83,55,21). Sum of RGB (Red+Green+Blue) = 83+55+21=159 (21% of max value = 765). Red value is 83 (32.81% from 255 or 52.20% from 159); Green value is 55 (21.88% from 255 or 34.59% from 159); Blue value is 21 (8.59% from 255 or 13.21% from 159); Max value from RGB is 83 - color contains mainly: red. Hex color #533715 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533715 is #ACC8EA. Grayscale: #3B3B3B. Windows color (decimal): -11323627 or 1390419. OLE color: 1390419.

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

Color convert

RGB835521-
CMYK00.340.750.67
HSL32.9º59.62%20.39%-
HSV(B)32.9º74.7%32.55%-
XYZ5.074.631.34-
YUV59.5106.28144.76-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 52.20%
GREEN value IS 55 (21.88% from 255) = 34.59%
BLUE value IS 21 (8.59% from 255) = 13.21%
R=52.20%
G=34.59%
B=13.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83552100.340.750.6732.959.6220.39
Hex5337150224B43213c14
Octal1236725042113103417424
Binary10100111101111010101000101001011100001110000111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533715; }

 p { color: rgb(83,55,21); }

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

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

 a { background-color: rgb(83,55,21); }

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

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

 span { border-color: rgb(83,55,21); }

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