#503300

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

Shades of Baker's Chocolate #503300

Tints of Baker's Chocolate #503300

Color information

#503300 (or 0x503300) is unknown color: approx Baker's Chocolate. HEX triplet: 50, 33 and 00. RGB value is (80,51,0). Sum of RGB (Red+Green+Blue) = 80+51+0=131 (17% of max value = 765). Red value is 80 (31.64% from 255 or 61.07% from 131); Green value is 51 (20.31% from 255 or 38.93% from 131); Blue value is 0 (0.39% from 255 or 0% from 131); Max value from RGB is 80 - color contains mainly: red. Hex color #503300 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503300 is #AFCCFF. Grayscale: #363636. Windows color (decimal): -11521280 or 13136. OLE color: 13136.

HSL color Cylindrical-coordinate representation of color #503300: hue angle of 38.25º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #503300 is Cyan = 0, Magento = 0.36, Yellow = 1 and Black (K on CMYK) = 0.69.

Color convert

RGB80510-
CMYK00.3610.69
HSL38.25º100%15.69%-
HSV(B)38.25º100%31.37%-
XYZ4.494.070.55-
YUV53.8697.61146.65-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 61.07%
GREEN value IS 51 (20.31% from 255) = 38.93%
BLUE value IS 0 (0.39% from 255) = 0%
R=61.07%
G=38.93%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 1
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8051000.3610.6938.2510015.69
Hex503300246445266410
Octal1206300441441054614420
Binary10100001100110010010011001001000101100110110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503300; }

 p { color: rgb(80,51,0); }

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

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

 a { background-color: rgb(80,51,0); }

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

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

 span { border-color: rgb(80,51,0); }

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