Html Css Color HEX #51330C Baker's Chocolate

📋 copy color: '#51330C'

red 81 ◦ green 51 ◦ blue 12

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

Shades of Baker's Chocolate #51330C

Tints of Baker's Chocolate #51330C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 35.42%

 BLUE value IS 12 (5.08% from 255) = 8.33%

R = 56.25%
G = 35.42%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.85

 K value IS 0.68

RGB Variations

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

Color information

#51330C (or 0x51330C) is known color: Baker's Chocolate. HEX triplet: 51, 33 and 0C. RGB value is (81,51,12). Sum of RGB (Red+Green+Blue) = 81+51+12=144 (19% of max value = 765). Red value is 81 (32.03% from 255 or 56.25% from 144); Green value is 51 (20.31% from 255 or 35.42% from 144); Blue value is 12 (5.08% from 255 or 8.33% from 144); Max value from RGB is 81 - color contains mainly: red. Hex color #51330C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #51330C is #AECCF3. Grayscale: #373737. Windows color (decimal): -11455732 or 799569. OLE color: 799569.

HSL color Cylindrical-coordinate representation of color #51330C: hue angle of 33.91º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #51330C is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 51 12 -
CMYK 0 0.37 0.85 0.68
HSL 33.91º 0.74% 0.18% -
HSV(B) 33.91º 0.85% 0.32% -
XYZ 4.64 4.14 0.9 -
YUV 55.52 103.44 146.17 -
System Red Green Blue C M Y K H S L
Decimal 81 51 12 0 0.37 0.85 0.68 33.91 0.74 0.18
Hex 51 33 C 0 25 55 44 22 4A 12
Octal 121 63 14 0 45 125 104 42 112 22
Binary 1010001 110011 1100 0 100101 1010101 1000100 100010 1001010 10010

Color Harmonies of #51330C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51330C

Black with #51330C

Text Example


Text Example

White with #51330C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51330C; }

 p { color: rgb(81,51,12); }

 H1.HeaderClassName
 {
   color: #51330C;
 }
 .AnyTagClassName
 {
   color: #51330C;
 }
</style>

background-color css

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

 a { background-color: rgb(81,51,12); }

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

border-color css

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

 span { border-color: rgb(81,51,12); }

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