Html Css Color HEX #512508 Baker's Chocolate

📋 copy color: '#512508'

red 81 ◦ green 37 ◦ blue 8

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

Shades of Baker's Chocolate #512508

Tints of Baker's Chocolate #512508

RGB

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

 GREEN value IS 37 (14.84% from 255) = 29.37%

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

R = 64.29%
G = 29.37%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.90

 K value IS 0.68

RGB Variations

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

Color information

#512508 (or 0x512508) is known color: Baker's Chocolate. HEX triplet: 51, 25 and 08. RGB value is (81,37,8). Sum of RGB (Red+Green+Blue) = 81+37+8=126 (16% of max value = 765). Red value is 81 (32.03% from 255 or 64.29% from 126); Green value is 37 (14.84% from 255 or 29.37% from 126); Blue value is 8 (3.52% from 255 or 6.35% from 126); Max value from RGB is 81 - color contains mainly: red. Hex color #512508 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512508 is #AEDAF7. Grayscale: #2F2F2F. Windows color (decimal): -11459320 or 533841. OLE color: 533841.

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

Color convert

RGB 81 37 8 -
CMYK 0 0.54 0.90 0.68
HSL 23.84º 0.82% 0.17% -
HSV(B) 23.84º 0.9% 0.32% -
XYZ 4.1 3.09 0.61 -
YUV 46.85 106.08 152.36 -
System Red Green Blue C M Y K H S L
Decimal 81 37 8 0 0.54 0.90 0.68 23.84 0.82 0.17
Hex 51 25 8 0 36 5A 44 18 52 11
Octal 121 45 10 0 66 132 104 30 122 21
Binary 1010001 100101 1000 0 110110 1011010 1000100 11000 1010010 10001

Color Harmonies of #512508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512508

Black with #512508

Text Example


Text Example

White with #512508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512508; }

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

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

background-color css

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

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

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

border-color css

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

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

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