#523503

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

Shades of Baker's Chocolate #523503

Tints of Baker's Chocolate #523503

Color information

#523503 (or 0x523503) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 35 and 03. RGB value is (82,53,3). Sum of RGB (Red+Green+Blue) = 82+53+3=138 (18% of max value = 765). Red value is 82 (32.42% from 255 or 59.42% from 138); Green value is 53 (21.09% from 255 or 38.41% from 138); Blue value is 3 (1.56% from 255 or 2.17% from 138); Max value from RGB is 82 - color contains mainly: red. Hex color #523503 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523503 is #ADCAFC. Grayscale: #383838. Windows color (decimal): -11389693 or 210258. OLE color: 210258.

HSL color Cylindrical-coordinate representation of color #523503: hue angle of 37.97º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #523503 is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.68.

Color convert

RGB82533-
CMYK00.350.960.68
HSL37.97º92.94%16.67%-
HSV(B)37.97º96.34%32.16%-
XYZ4.774.350.67-
YUV55.9798.11146.57-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 59.42%
GREEN value IS 53 (21.09% from 255) = 38.41%
BLUE value IS 3 (1.56% from 255) = 2.17%
R=59.42%
G=38.41%
B=2.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.96
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8253300.350.960.6837.9792.9416.67
Hex523530236044265d11
Octal1226530431401044613521
Binary101001011010111010001111000001000100100110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523503; }

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

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

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

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

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

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

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

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