#533400

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

Shades of Baker's Chocolate #533400

Tints of Baker's Chocolate #533400

Color information

#533400 (or 0x533400) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 34 and 00. RGB value is (83,52,0). Sum of RGB (Red+Green+Blue) = 83+52+0=135 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.48% from 135); Green value is 52 (20.70% from 255 or 38.52% from 135); Blue value is 0 (0.39% from 255 or 0% from 135); Max value from RGB is 83 - color contains mainly: red. Hex color #533400 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533400 is #ACCBFF. Grayscale: #373737. Windows color (decimal): -11324416 or 13395. OLE color: 13395.

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

Color convert

RGB83520-
CMYK00.3710.67
HSL37.59º100%16.27%-
HSV(B)37.59º100%32.55%-
XYZ4.84.290.58-
YUV55.3496.77147.73-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 61.48%
GREEN value IS 52 (20.70% from 255) = 38.52%
BLUE value IS 0 (0.39% from 255) = 0%
R=61.48%
G=38.52%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 1
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8352000.3710.6737.5910016.27
Hex533400256443266410
Octal1236400451441034614420
Binary10100111101000010010111001001000011100110110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533400; }

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

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

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

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

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

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

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

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