Html Css Color HEX #511F08 Baker's Chocolate

📋 copy color: '#511F08'

red 81 ◦ green 31 ◦ blue 8

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

Shades of Baker's Chocolate #511F08

Tints of Baker's Chocolate #511F08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 6.67%

R = 67.5%
G = 25.83%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.90

 K value IS 0.68

RGB Variations

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

Color information

#511F08 (or 0x511F08) is known color: Baker's Chocolate. HEX triplet: 51, 1F and 08. RGB value is (81,31,8). Sum of RGB (Red+Green+Blue) = 81+31+8=120 (15% of max value = 765). Red value is 81 (32.03% from 255 or 67.5% from 120); Green value is 31 (12.5% from 255 or 25.83% from 120); Blue value is 8 (3.52% from 255 or 6.67% from 120); Max value from RGB is 81 - color contains mainly: red. Hex color #511F08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #511F08 is #AEE0F7. Grayscale: #2B2B2B. Windows color (decimal): -11460856 or 532305. OLE color: 532305.

HSL color Cylindrical-coordinate representation of color #511F08: hue angle of 18.9º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #511F08 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 31 8 -
CMYK 0 0.62 0.90 0.68
HSL 18.9º 0.82% 0.17% -
HSV(B) 18.9º 0.9% 0.32% -
XYZ 3.93 2.75 0.55 -
YUV 43.33 108.07 154.87 -
System Red Green Blue C M Y K H S L
Decimal 81 31 8 0 0.62 0.90 0.68 18.9 0.82 0.17
Hex 51 1F 8 0 3E 5A 44 13 52 11
Octal 121 37 10 0 76 132 104 23 122 21
Binary 1010001 11111 1000 0 111110 1011010 1000100 10011 1010010 10001

Color Harmonies of #511F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511F08

Black with #511F08

Text Example


Text Example

White with #511F08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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