Html Css Color HEX #512008 Baker's Chocolate

📋 copy color: '#512008'

red 81 ◦ green 32 ◦ blue 8

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

Shades of Baker's Chocolate #512008

Tints of Baker's Chocolate #512008

RGB

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

 GREEN value IS 32 (12.89% from 255) = 26.45%

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

R = 66.94%
G = 26.45%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.90

 K value IS 0.68

RGB Variations

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

Color information

#512008 (or 0x512008) is known color: Baker's Chocolate. HEX triplet: 51, 20 and 08. RGB value is (81,32,8). Sum of RGB (Red+Green+Blue) = 81+32+8=121 (16% of max value = 765). Red value is 81 (32.03% from 255 or 66.94% from 121); Green value is 32 (12.89% from 255 or 26.45% from 121); Blue value is 8 (3.52% from 255 or 6.61% from 121); Max value from RGB is 81 - color contains mainly: red. Hex color #512008 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512008 is #AEDFF7. Grayscale: #2C2C2C. Windows color (decimal): -11460600 or 532561. OLE color: 532561.

HSL color Cylindrical-coordinate representation of color #512008: hue angle of 19.73º 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 #512008 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 32 8 -
CMYK 0 0.60 0.90 0.68
HSL 19.73º 0.82% 0.17% -
HSV(B) 19.73º 0.9% 0.32% -
XYZ 3.95 2.8 0.56 -
YUV 43.92 107.73 154.45 -
System Red Green Blue C M Y K H S L
Decimal 81 32 8 0 0.60 0.90 0.68 19.73 0.82 0.17
Hex 51 20 8 0 3C 5A 44 14 52 11
Octal 121 40 10 0 74 132 104 24 122 21
Binary 1010001 100000 1000 0 111100 1011010 1000100 10100 1010010 10001

Color Harmonies of #512008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512008

Black with #512008

Text Example


Text Example

White with #512008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512008; }

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

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

background-color css

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

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

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

border-color css

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

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

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