#523508

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

Shades of Baker's Chocolate #523508

Tints of Baker's Chocolate #523508

Color information

#523508 (or 0x523508) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 35 and 08. RGB value is (82,53,8). Sum of RGB (Red+Green+Blue) = 82+53+8=143 (18% of max value = 765). Red value is 82 (32.42% from 255 or 57.34% from 143); Green value is 53 (21.09% from 255 or 37.06% from 143); Blue value is 8 (3.52% from 255 or 5.59% from 143); Max value from RGB is 82 - color contains mainly: red. Hex color #523508 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523508 is #ADCAF7. Grayscale: #383838. Windows color (decimal): -11389688 or 537938. OLE color: 537938.

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

Color convert

RGB82538-
CMYK00.350.900.68
HSL36.49º82.22%17.65%-
HSV(B)36.49º90.24%32.16%-
XYZ4.84.360.82-
YUV56.54100.61146.16-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 57.34%
GREEN value IS 53 (21.09% from 255) = 37.06%
BLUE value IS 8 (3.52% from 255) = 5.59%
R=57.34%
G=37.06%
B=5.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.90
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8253800.350.900.6836.4982.2217.65
Hex523580235A44245212
Octal12265100431321044412222
Binary10100101101011000010001110110101000100100100101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523508; }

 p { color: rgb(82,53,8); }

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

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

 a { background-color: rgb(82,53,8); }

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

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

 span { border-color: rgb(82,53,8); }

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