#533614

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

Shades of Baker's Chocolate #533614

Tints of Baker's Chocolate #533614

Color information

#533614 (or 0x533614) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 36 and 14. RGB value is (83,54,20). Sum of RGB (Red+Green+Blue) = 83+54+20=157 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.87% from 157); Green value is 54 (21.48% from 255 or 34.39% from 157); Blue value is 20 (8.20% from 255 or 12.74% from 157); Max value from RGB is 83 - color contains mainly: red. Hex color #533614 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533614 is #ACC9EB. Grayscale: #3A3A3A. Windows color (decimal): -11323884 or 1324627. OLE color: 1324627.

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

Color convert

RGB835420-
CMYK00.350.760.67
HSL32.38º61.17%20.2%-
HSV(B)32.38º75.9%32.55%-
XYZ5.014.531.27-
YUV58.8106.11145.26-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 52.87%
GREEN value IS 54 (21.48% from 255) = 34.39%
BLUE value IS 20 (8.20% from 255) = 12.74%
R=52.87%
G=34.39%
B=12.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83542000.350.760.6732.3861.1720.2
Hex5336140234C43203d14
Octal1236624043114103407524
Binary10100111101101010001000111001100100001110000011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533614; }

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

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

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

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

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

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

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

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