Html Css Color HEX #51350D Baker's Chocolate

📋 copy color: '#51350D'

red 81 ◦ green 53 ◦ blue 13

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

Shades of Baker's Chocolate #51350D

Tints of Baker's Chocolate #51350D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 36.05%

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

R = 55.1%
G = 36.05%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.84

 K value IS 0.68

RGB Variations

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

Color information

#51350D (or 0x51350D) is known color: Baker's Chocolate. HEX triplet: 51, 35 and 0D. RGB value is (81,53,13). Sum of RGB (Red+Green+Blue) = 81+53+13=147 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.10% from 147); Green value is 53 (21.09% from 255 or 36.05% from 147); Blue value is 13 (5.47% from 255 or 8.84% from 147); Max value from RGB is 81 - color contains mainly: red. Hex color #51350D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #51350D is #AECAF2. Grayscale: #393939. Windows color (decimal): -11455219 or 865617. OLE color: 865617.

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

Color convert

RGB 81 53 13 -
CMYK 0 0.35 0.84 0.68
HSL 35.29º 0.72% 0.18% -
HSV(B) 35.29º 0.84% 0.32% -
XYZ 4.74 4.32 0.97 -
YUV 56.81 103.28 145.25 -
System Red Green Blue C M Y K H S L
Decimal 81 53 13 0 0.35 0.84 0.68 35.29 0.72 0.18
Hex 51 35 D 0 23 54 44 23 48 12
Octal 121 65 15 0 43 124 104 43 110 22
Binary 1010001 110101 1101 0 100011 1010100 1000100 100011 1001000 10010

Color Harmonies of #51350D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51350D

Black with #51350D

Text Example


Text Example

White with #51350D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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