Html Css Color HEX #51380D Baker's Chocolate

📋 copy color: '#51380D'

red 81 ◦ green 56 ◦ blue 13

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

Shades of Baker's Chocolate #51380D

Tints of Baker's Chocolate #51380D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 37.33%

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

R = 54%
G = 37.33%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.84

 K value IS 0.68

RGB Variations

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

Color information

#51380D (or 0x51380D) is known color: Baker's Chocolate. HEX triplet: 51, 38 and 0D. RGB value is (81,56,13). Sum of RGB (Red+Green+Blue) = 81+56+13=150 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54% from 150); Green value is 56 (22.27% from 255 or 37.33% from 150); Blue value is 13 (5.47% from 255 or 8.67% from 150); Max value from RGB is 81 - color contains mainly: red. Hex color #51380D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #51380D is #AEC7F2. Grayscale: #3A3A3A. Windows color (decimal): -11454451 or 866385. OLE color: 866385.

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

Color convert

RGB 81 56 13 -
CMYK 0 0.31 0.84 0.68
HSL 37.94º 0.72% 0.18% -
HSV(B) 37.94º 0.84% 0.32% -
XYZ 4.88 4.61 1.01 -
YUV 58.57 102.28 144 -
System Red Green Blue C M Y K H S L
Decimal 81 56 13 0 0.31 0.84 0.68 37.94 0.72 0.18
Hex 51 38 D 0 1F 54 44 26 48 12
Octal 121 70 15 0 37 124 104 46 110 22
Binary 1010001 111000 1101 0 11111 1010100 1000100 100110 1001000 10010

Color Harmonies of #51380D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51380D

Black with #51380D

Text Example


Text Example

White with #51380D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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