#533407

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

Shades of Baker's Chocolate #533407

Tints of Baker's Chocolate #533407

Color information

#533407 (or 0x533407) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 34 and 07. RGB value is (83,52,7). Sum of RGB (Red+Green+Blue) = 83+52+7=142 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.45% from 142); Green value is 52 (20.70% from 255 or 36.62% from 142); Blue value is 7 (3.12% from 255 or 4.93% from 142); Max value from RGB is 83 - color contains mainly: red. Hex color #533407 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533407 is #ACCBF8. Grayscale: #383838. Windows color (decimal): -11324409 or 472147. OLE color: 472147.

HSL color Cylindrical-coordinate representation of color #533407: hue angle of 35.53º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #533407 is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.67.

Color convert

RGB83527-
CMYK00.370.920.67
HSL35.53º84.44%17.65%-
HSV(B)35.53º91.57%32.55%-
XYZ4.834.310.78-
YUV56.14100.27147.16-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 58.45%
GREEN value IS 52 (20.70% from 255) = 36.62%
BLUE value IS 7 (3.12% from 255) = 4.93%
R=58.45%
G=36.62%
B=4.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8352700.370.920.6735.5384.4417.65
Hex533470255C43245412
Octal1236470451341034412422
Binary1010011110100111010010110111001000011100100101010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533407; }

 p { color: rgb(83,52,7); }

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

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

 a { background-color: rgb(83,52,7); }

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

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

 span { border-color: rgb(83,52,7); }

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