#533708

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

Shades of Baker's Chocolate #533708

Tints of Baker's Chocolate #533708

Color information

#533708 (or 0x533708) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 37 and 08. RGB value is (83,55,8). Sum of RGB (Red+Green+Blue) = 83+55+8=146 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.85% from 146); Green value is 55 (21.88% from 255 or 37.67% from 146); Blue value is 8 (3.52% from 255 or 5.48% from 146); Max value from RGB is 83 - color contains mainly: red. Hex color #533708 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533708 is #ACC8F7. Grayscale: #3A3A3A. Windows color (decimal): -11323640 or 538451. OLE color: 538451.

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

Color convert

RGB83558-
CMYK00.340.900.67
HSL37.6º82.42%17.84%-
HSV(B)37.6º90.36%32.55%-
XYZ4.984.590.85-
YUV58.0199.78145.82-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 56.85%
GREEN value IS 55 (21.88% from 255) = 37.67%
BLUE value IS 8 (3.52% from 255) = 5.48%
R=56.85%
G=37.67%
B=5.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.90
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8355800.340.900.6737.682.4217.84
Hex533780225A43265212
Octal12367100421321034612222
Binary10100111101111000010001010110101000011100110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533708; }

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

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

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

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

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

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

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

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