#51270D

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

Shades of Baker's Chocolate #51270D

Tints of Baker's Chocolate #51270D

Color information

#51270D (or 0x51270D) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 27 and 0D. RGB value is (81,39,13). Sum of RGB (Red+Green+Blue) = 81+39+13=133 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60.90% from 133); Green value is 39 (15.62% from 255 or 29.32% from 133); Blue value is 13 (5.47% from 255 or 9.77% from 133); Max value from RGB is 81 - color contains mainly: red. Hex color #51270D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #51270D is #AED8F2. Grayscale: #303030. Windows color (decimal): -11458803 or 862033. OLE color: 862033.

HSL color Cylindrical-coordinate representation of color #51270D: hue angle of 22.94º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #51270D is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.68.

Color convert

RGB813913-
CMYK00.520.840.68
HSL22.94º72.34%18.43%-
HSV(B)22.94º83.95%31.76%-
XYZ4.193.230.78-
YUV48.59107.91151.11-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 60.90%
GREEN value IS 39 (15.62% from 255) = 29.32%
BLUE value IS 13 (5.47% from 255) = 9.77%
R=60.90%
G=29.32%
B=9.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.84
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81391300.520.840.6822.9472.3418.43
Hex5127D0345444174812
Octal12147150641241042711022
Binary1010001100111110101101001010100100010010111100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51270D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51270D; }

 p { color: rgb(81,39,13); }

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

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

 a { background-color: rgb(81,39,13); }

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

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

 span { border-color: rgb(81,39,13); }

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