#533700

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

Shades of Baker's Chocolate #533700

Tints of Baker's Chocolate #533700

Color information

#533700 (or 0x533700) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 37 and 00. RGB value is (83,55,0). Sum of RGB (Red+Green+Blue) = 83+55+0=138 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.14% from 138); Green value is 55 (21.88% from 255 or 39.86% from 138); Blue value is 0 (0.39% from 255 or 0% from 138); Max value from RGB is 83 - color contains mainly: red. Hex color #533700 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533700 is #ACC8FF. Grayscale: #393939. Windows color (decimal): -11323648 or 14163. OLE color: 14163.

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

Color convert

RGB83550-
CMYK00.3410.67
HSL39.76º100%16.27%-
HSV(B)39.76º100%32.55%-
XYZ4.934.570.62-
YUV57.195.78146.47-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 60.14%
GREEN value IS 55 (21.88% from 255) = 39.86%
BLUE value IS 0 (0.39% from 255) = 0%
R=60.14%
G=39.86%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 1
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8355000.3410.6739.7610016.27
Hex533700226443286410
Octal1236700421441035014420
Binary10100111101110010001011001001000011101000110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533700; }

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

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

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

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

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

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

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

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