Html Css Color HEX #51280A Baker's Chocolate

📋 copy color: '#51280A'

red 81 ◦ green 40 ◦ blue 10

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

Shades of Baker's Chocolate #51280A

Tints of Baker's Chocolate #51280A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 30.53%

 BLUE value IS 10 (4.3% from 255) = 7.63%

R = 61.83%
G = 30.53%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.88

 K value IS 0.68

RGB Variations

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

Color information

#51280A (or 0x51280A) is known color: Baker's Chocolate. HEX triplet: 51, 28 and 0A. RGB value is (81,40,10). Sum of RGB (Red+Green+Blue) = 81+40+10=131 (17% of max value = 765). Red value is 81 (32.03% from 255 or 61.83% from 131); Green value is 40 (16.02% from 255 or 30.53% from 131); Blue value is 10 (4.30% from 255 or 7.63% from 131); Max value from RGB is 81 - color contains mainly: red. Hex color #51280A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #51280A is #AED7F5. Grayscale: #313131. Windows color (decimal): -11458550 or 665681. OLE color: 665681.

HSL color Cylindrical-coordinate representation of color #51280A: hue angle of 25.35º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #51280A is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 40 10 -
CMYK 0 0.51 0.88 0.68
HSL 25.35º 0.78% 0.18% -
HSV(B) 25.35º 0.88% 0.32% -
XYZ 4.21 3.29 0.7 -
YUV 48.84 106.08 150.94 -
System Red Green Blue C M Y K H S L
Decimal 81 40 10 0 0.51 0.88 0.68 25.35 0.78 0.18
Hex 51 28 A 0 33 58 44 19 4E 12
Octal 121 50 12 0 63 130 104 31 116 22
Binary 1010001 101000 1010 0 110011 1011000 1000100 11001 1001110 10010

Color Harmonies of #51280A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51280A

Black with #51280A

Text Example


Text Example

White with #51280A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51280A; }

 p { color: rgb(81,40,10); }

 H1.HeaderClassName
 {
   color: #51280A;
 }
 .AnyTagClassName
 {
   color: #51280A;
 }
</style>

background-color css

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

 a { background-color: rgb(81,40,10); }

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

border-color css

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

 span { border-color: rgb(81,40,10); }

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