#502A00

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

Shades of Baker's Chocolate #502A00

Tints of Baker's Chocolate #502A00

Color information

#502A00 (or 0x502A00) is unknown color: approx Baker's Chocolate. HEX triplet: 50, 2A and 00. RGB value is (80,42,0). Sum of RGB (Red+Green+Blue) = 80+42+0=122 (16% of max value = 765). Red value is 80 (31.64% from 255 or 65.57% from 122); Green value is 42 (16.80% from 255 or 34.43% from 122); Blue value is 0 (0.39% from 255 or 0% from 122); Max value from RGB is 80 - color contains mainly: red. Hex color #502A00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502A00 is #AFD5FF. Grayscale: #303030. Windows color (decimal): -11523584 or 10832. OLE color: 10832.

HSL color Cylindrical-coordinate representation of color #502A00: hue angle of 31.5º 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 #502A00 is Cyan = 0, Magento = 0.48, Yellow = 1 and Black (K on CMYK) = 0.69.

Color convert

RGB80420-
CMYK00.4810.69
HSL31.5º100%15.69%-
HSV(B)31.5º100%31.37%-
XYZ4.143.360.43-
YUV48.57100.59150.42-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 65.57%
GREEN value IS 42 (16.80% from 255) = 34.43%
BLUE value IS 0 (0.39% from 255) = 0%
R=65.57%
G=34.43%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 1
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8042000.4810.6931.510015.69
Hex502A00306445206410
Octal1205200601441054014420
Binary10100001010100011000011001001000101100000110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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