Html Css Color HEX #51290F Baker's Chocolate

📋 copy color: '#51290F'

red 81 ◦ green 41 ◦ blue 15

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

Shades of Baker's Chocolate #51290F

Tints of Baker's Chocolate #51290F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 29.93%

 BLUE value IS 15 (6.25% from 255) = 10.95%

R = 59.12%
G = 29.93%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.81

 K value IS 0.68

RGB Variations

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

Color information

#51290F (or 0x51290F) is known color: Baker's Chocolate. HEX triplet: 51, 29 and 0F. RGB value is (81,41,15). Sum of RGB (Red+Green+Blue) = 81+41+15=137 (18% of max value = 765). Red value is 81 (32.03% from 255 or 59.12% from 137); Green value is 41 (16.41% from 255 or 29.93% from 137); Blue value is 15 (6.25% from 255 or 10.95% from 137); Max value from RGB is 81 - color contains mainly: red. Hex color #51290F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #51290F is #AED6F0. Grayscale: #323232. Windows color (decimal): -11458289 or 993617. OLE color: 993617.

HSL color Cylindrical-coordinate representation of color #51290F: hue angle of 23.64º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #51290F is Cyan = 0, Magento = 0.49, Yellow = 0.81 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 41 15 -
CMYK 0 0.49 0.81 0.68
HSL 23.64º 0.69% 0.19% -
HSV(B) 23.64º 0.81% 0.32% -
XYZ 4.27 3.37 0.88 -
YUV 50 108.25 150.11 -
System Red Green Blue C M Y K H S L
Decimal 81 41 15 0 0.49 0.81 0.68 23.64 0.69 0.19
Hex 51 29 F 0 31 51 44 18 45 13
Octal 121 51 17 0 61 121 104 30 105 23
Binary 1010001 101001 1111 0 110001 1010001 1000100 11000 1000101 10011

Color Harmonies of #51290F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51290F

Black with #51290F

Text Example


Text Example

White with #51290F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51290F; }

 p { color: rgb(81,41,15); }

 H1.HeaderClassName
 {
   color: #51290F;
 }
 .AnyTagClassName
 {
   color: #51290F;
 }
</style>

background-color css

<style>
 a { background-color: #51290F; }

 a { background-color: rgb(81,41,15); }

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

border-color css

<style>
 span { border-color: #51290F; }

 span { border-color: rgb(81,41,15); }

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