#533114

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

Shades of Baker's Chocolate #533114

Tints of Baker's Chocolate #533114

Color information

#533114 (or 0x533114) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 31 and 14. RGB value is (83,49,20). Sum of RGB (Red+Green+Blue) = 83+49+20=152 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.61% from 152); Green value is 49 (19.53% from 255 or 32.24% from 152); Blue value is 20 (8.20% from 255 or 13.16% from 152); Max value from RGB is 83 - color contains mainly: red. Hex color #533114 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533114 is #ACCEEB. Grayscale: #383838. Windows color (decimal): -11325164 or 1323347. OLE color: 1323347.

HSL color Cylindrical-coordinate representation of color #533114: hue angle of 27.62º 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 #533114 is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB834920-
CMYK00.410.760.67
HSL27.62º61.17%20.2%-
HSV(B)27.62º75.9%32.55%-
XYZ4.794.091.2-
YUV55.86107.76147.36-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 54.61%
GREEN value IS 49 (19.53% from 255) = 32.24%
BLUE value IS 20 (8.20% from 255) = 13.16%
R=54.61%
G=32.24%
B=13.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83492000.410.760.6727.6261.1720.2
Hex5331140294C431c3d14
Octal1236124051114103347524
Binary1010011110001101000101001100110010000111110011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533114; }

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

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

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

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

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

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

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

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