#523201

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

Shades of Baker's Chocolate #523201

Tints of Baker's Chocolate #523201

Color information

#523201 (or 0x523201) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 32 and 01. RGB value is (82,50,1). Sum of RGB (Red+Green+Blue) = 82+50+1=133 (17% of max value = 765). Red value is 82 (32.42% from 255 or 61.65% from 133); Green value is 50 (19.92% from 255 or 37.59% from 133); Blue value is 1 (0.78% from 255 or 0.75% from 133); Max value from RGB is 82 - color contains mainly: red. Hex color #523201 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523201 is #ADCDFE. Grayscale: #363636. Windows color (decimal): -11390463 or 78418. OLE color: 78418.

HSL color Cylindrical-coordinate representation of color #523201: hue angle of 36.3º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #523201 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.68.

Color convert

RGB82501-
CMYK00.390.990.68
HSL36.3º97.59%16.27%-
HSV(B)36.3º98.78%32.16%-
XYZ4.634.080.57-
YUV53.9898.1147.98-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 61.65%
GREEN value IS 50 (19.92% from 255) = 37.59%
BLUE value IS 1 (0.78% from 255) = 0.75%
R=61.65%
G=37.59%
B=0.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.99
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8250100.390.990.6836.397.5916.27
Hex523210276344246210
Octal1226210471431044414220
Binary10100101100101010011111000111000100100100110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523201; }

 p { color: rgb(82,50,1); }

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

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

 a { background-color: rgb(82,50,1); }

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

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

 span { border-color: rgb(82,50,1); }

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