Html Css Color HEX #51290B Baker's Chocolate

📋 copy color: '#51290B'

red 81 ◦ green 41 ◦ blue 11

#51290B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baker's Chocolate #51290B

Tints of Baker's Chocolate #51290B

RGB

 RED value IS 81 (32.03% from 255) = 60.9%

 GREEN value IS 41 (16.41% from 255) = 30.83%

 BLUE value IS 11 (4.69% from 255) = 8.27%

R = 60.9%
G = 30.83%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.86

 K value IS 0.68

RGB Variations

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

Color information

#51290B (or 0x51290B) is known color: Baker's Chocolate. HEX triplet: 51, 29 and 0B. RGB value is (81,41,11). Sum of RGB (Red+Green+Blue) = 81+41+11=133 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60.90% from 133); Green value is 41 (16.41% from 255 or 30.83% from 133); Blue value is 11 (4.69% from 255 or 8.27% from 133); Max value from RGB is 81 - color contains mainly: red. Hex color #51290B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #51290B is #AED6F4. Grayscale: #313131. Windows color (decimal): -11458293 or 731473. OLE color: 731473.

HSL color Cylindrical-coordinate representation of color #51290B: hue angle of 25.71º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #51290B is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 41 11 -
CMYK 0 0.49 0.86 0.68
HSL 25.71º 0.76% 0.18% -
HSV(B) 25.71º 0.86% 0.32% -
XYZ 4.25 3.36 0.74 -
YUV 49.54 106.25 150.44 -
System Red Green Blue C M Y K H S L
Decimal 81 41 11 0 0.49 0.86 0.68 25.71 0.76 0.18
Hex 51 29 B 0 31 56 44 1A 4C 12
Octal 121 51 13 0 61 126 104 32 114 22
Binary 1010001 101001 1011 0 110001 1010110 1000100 11010 1001100 10010

Color Harmonies of #51290B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51290B

Black with #51290B

Text Example


Text Example

White with #51290B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51290B; }

 p { color: rgb(81,41,11); }

 H1.HeaderClassName
 {
   color: #51290B;
 }
 .AnyTagClassName
 {
   color: #51290B;
 }
</style>

background-color css

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

 a { background-color: rgb(81,41,11); }

 div.DivClassName
 {
   background-color: #51290B;
 }
 .BgClassName
 {
   background-color: #51290B;
 }
</style>

border-color css

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

 span { border-color: rgb(81,41,11); }

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