Html Css Color HEX #51390E Baker's Chocolate

📋 copy color: '#51390E'

red 81 ◦ green 57 ◦ blue 14

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

Shades of Baker's Chocolate #51390E

Tints of Baker's Chocolate #51390E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 37.5%

 BLUE value IS 14 (5.86% from 255) = 9.21%

R = 53.29%
G = 37.5%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.83

 K value IS 0.68

RGB Variations

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

Color information

#51390E (or 0x51390E) is known color: Baker's Chocolate. HEX triplet: 51, 39 and 0E. RGB value is (81,57,14). Sum of RGB (Red+Green+Blue) = 81+57+14=152 (20% of max value = 765). Red value is 81 (32.03% from 255 or 53.29% from 152); Green value is 57 (22.66% from 255 or 37.5% from 152); Blue value is 14 (5.86% from 255 or 9.21% from 152); Max value from RGB is 81 - color contains mainly: red. Hex color #51390E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #51390E is #AEC6F1. Grayscale: #3B3B3B. Windows color (decimal): -11454194 or 932177. OLE color: 932177.

HSL color Cylindrical-coordinate representation of color #51390E: hue angle of 38.51º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #51390E is Cyan = 0, Magento = 0.30, Yellow = 0.83 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 57 14 -
CMYK 0 0.30 0.83 0.68
HSL 38.51º 0.71% 0.19% -
HSV(B) 38.51º 0.83% 0.32% -
XYZ 4.94 4.71 1.06 -
YUV 59.27 102.45 143.5 -
System Red Green Blue C M Y K H S L
Decimal 81 57 14 0 0.30 0.83 0.68 38.51 0.71 0.19
Hex 51 39 E 0 1E 53 44 27 47 13
Octal 121 71 16 0 36 123 104 47 107 23
Binary 1010001 111001 1110 0 11110 1010011 1000100 100111 1000111 10011

Color Harmonies of #51390E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51390E

Black with #51390E

Text Example


Text Example

White with #51390E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51390E; }

 p { color: rgb(81,57,14); }

 H1.HeaderClassName
 {
   color: #51390E;
 }
 .AnyTagClassName
 {
   color: #51390E;
 }
</style>

background-color css

<style>
 a { background-color: #51390E; }

 a { background-color: rgb(81,57,14); }

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

border-color css

<style>
 span { border-color: #51390E; }

 span { border-color: rgb(81,57,14); }

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