#503708

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

Shades of Baker's Chocolate #503708

Tints of Baker's Chocolate #503708

Color information

#503708 (or 0x503708) is unknown color: approx Baker's Chocolate. HEX triplet: 50, 37 and 08. RGB value is (80,55,8). Sum of RGB (Red+Green+Blue) = 80+55+8=143 (18% of max value = 765). Red value is 80 (31.64% from 255 or 55.94% from 143); Green value is 55 (21.88% from 255 or 38.46% from 143); Blue value is 8 (3.52% from 255 or 5.59% from 143); Max value from RGB is 80 - color contains mainly: red. Hex color #503708 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503708 is #AFC8F7. Grayscale: #393939. Windows color (decimal): -11520248 or 538448. OLE color: 538448.

HSL color Cylindrical-coordinate representation of color #503708: hue angle of 39.17º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #503708 is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.69.

Color convert

RGB80558-
CMYK00.310.900.69
HSL39.17º81.82%17.25%-
HSV(B)39.17º90%31.37%-
XYZ4.724.460.84-
YUV57.12100.28144.32-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 55.94%
GREEN value IS 55 (21.88% from 255) = 38.46%
BLUE value IS 8 (3.52% from 255) = 5.59%
R=55.94%
G=38.46%
B=5.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.90
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8055800.310.900.6939.1781.8217.25
Hex5037801F5A45275211
Octal12067100371321054712221
Binary1010000110111100001111110110101000101100111101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503708; }

 p { color: rgb(80,55,8); }

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

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

 a { background-color: rgb(80,55,8); }

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

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

 span { border-color: rgb(80,55,8); }

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