Html Css Color HEX #51370D Baker's Chocolate

📋 copy color: '#51370D'

red 81 ◦ green 55 ◦ blue 13

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

Shades of Baker's Chocolate #51370D

Tints of Baker's Chocolate #51370D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 36.91%

 BLUE value IS 13 (5.47% from 255) = 8.72%

R = 54.36%
G = 36.91%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.84

 K value IS 0.68

RGB Variations

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

Color information

#51370D (or 0x51370D) is known color: Baker's Chocolate. HEX triplet: 51, 37 and 0D. RGB value is (81,55,13). Sum of RGB (Red+Green+Blue) = 81+55+13=149 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54.36% from 149); Green value is 55 (21.88% from 255 or 36.91% from 149); Blue value is 13 (5.47% from 255 or 8.72% from 149); Max value from RGB is 81 - color contains mainly: red. Hex color #51370D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #51370D is #AEC8F2. Grayscale: #3A3A3A. Windows color (decimal): -11454707 or 866129. OLE color: 866129.

HSL color Cylindrical-coordinate representation of color #51370D: hue angle of 37.06º 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 #51370D is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 55 13 -
CMYK 0 0.32 0.84 0.68
HSL 37.06º 0.72% 0.18% -
HSV(B) 37.06º 0.84% 0.32% -
XYZ 4.83 4.51 1 -
YUV 57.99 102.61 144.42 -
System Red Green Blue C M Y K H S L
Decimal 81 55 13 0 0.32 0.84 0.68 37.06 0.72 0.18
Hex 51 37 D 0 20 54 44 25 48 12
Octal 121 67 15 0 40 124 104 45 110 22
Binary 1010001 110111 1101 0 100000 1010100 1000100 100101 1001000 10010

Color Harmonies of #51370D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51370D

Black with #51370D

Text Example


Text Example

White with #51370D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #51370D;
 }
 .AnyTagClassName
 {
   color: #51370D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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