Html Css Color HEX #511F09 Baker's Chocolate

📋 copy color: '#511F09'

red 81 ◦ green 31 ◦ blue 9

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

Shades of Baker's Chocolate #511F09

Tints of Baker's Chocolate #511F09

RGB

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

 GREEN value IS 31 (12.5% from 255) = 25.62%

 BLUE value IS 9 (3.91% from 255) = 7.44%

R = 66.94%
G = 25.62%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.89

 K value IS 0.68

RGB Variations

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

Color information

#511F09 (or 0x511F09) is known color: Baker's Chocolate. HEX triplet: 51, 1F and 09. RGB value is (81,31,9). Sum of RGB (Red+Green+Blue) = 81+31+9=121 (16% of max value = 765). Red value is 81 (32.03% from 255 or 66.94% from 121); Green value is 31 (12.5% from 255 or 25.62% from 121); Blue value is 9 (3.91% from 255 or 7.44% from 121); Max value from RGB is 81 - color contains mainly: red. Hex color #511F09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #511F09 is #AEE0F6. Grayscale: #2B2B2B. Windows color (decimal): -11460855 or 597841. OLE color: 597841.

HSL color Cylindrical-coordinate representation of color #511F09: hue angle of 18.33º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #511F09 is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 31 9 -
CMYK 0 0.62 0.89 0.68
HSL 18.33º 0.8% 0.18% -
HSV(B) 18.33º 0.89% 0.32% -
XYZ 3.93 2.75 0.58 -
YUV 43.44 108.57 154.79 -
System Red Green Blue C M Y K H S L
Decimal 81 31 9 0 0.62 0.89 0.68 18.33 0.8 0.18
Hex 51 1F 9 0 3E 59 44 12 50 12
Octal 121 37 11 0 76 131 104 22 120 22
Binary 1010001 11111 1001 0 111110 1011001 1000100 10010 1010000 10010

Color Harmonies of #511F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511F09

Black with #511F09

Text Example


Text Example

White with #511F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511F09; }

 p { color: rgb(81,31,9); }

 H1.HeaderClassName
 {
   color: #511F09;
 }
 .AnyTagClassName
 {
   color: #511F09;
 }
</style>

background-color css

<style>
 a { background-color: #511F09; }

 a { background-color: rgb(81,31,9); }

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

border-color css

<style>
 span { border-color: #511F09; }

 span { border-color: rgb(81,31,9); }

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