#523A00

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

Shades of Baker's Chocolate #523A00

Tints of Baker's Chocolate #523A00

Color information

#523A00 (or 0x523A00) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 3A and 00. RGB value is (82,58,0). Sum of RGB (Red+Green+Blue) = 82+58+0=140 (18% of max value = 765). Red value is 82 (32.42% from 255 or 58.57% from 140); Green value is 58 (23.05% from 255 or 41.43% from 140); Blue value is 0 (0.39% from 255 or 0% from 140); Max value from RGB is 82 - color contains mainly: red. Hex color #523A00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523A00 is #ADC5FF. Grayscale: #3A3A3A. Windows color (decimal): -11388416 or 14930. OLE color: 14930.

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

Color convert

RGB82580-
CMYK00.2910.68
HSL42.44º100%16.08%-
HSV(B)42.44º100%32.16%-
XYZ4.994.820.67-
YUV58.5694.95144.72-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 58.57%
GREEN value IS 58 (23.05% from 255) = 41.43%
BLUE value IS 0 (0.39% from 255) = 0%
R=58.57%
G=41.43%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 1
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8258000.2910.6842.4410016.08
Hex523A001D64442a6410
Octal1227200351441045214420
Binary1010010111010001110111001001000100101010110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523A00; }

 p { color: rgb(82,58,0); }

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

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

 a { background-color: rgb(82,58,0); }

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

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

 span { border-color: rgb(82,58,0); }

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