Html Css Color HEX #512A0D Baker's Chocolate

📋 copy color: '#512A0D'

red 81 ◦ green 42 ◦ blue 13

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

Shades of Baker's Chocolate #512A0D

Tints of Baker's Chocolate #512A0D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 30.88%

 BLUE value IS 13 (5.47% from 255) = 9.56%

R = 59.56%
G = 30.88%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.84

 K value IS 0.68

RGB Variations

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

Color information

#512A0D (or 0x512A0D) is known color: Baker's Chocolate. HEX triplet: 51, 2A and 0D. RGB value is (81,42,13). Sum of RGB (Red+Green+Blue) = 81+42+13=136 (18% of max value = 765). Red value is 81 (32.03% from 255 or 59.56% from 136); Green value is 42 (16.80% from 255 or 30.88% from 136); Blue value is 13 (5.47% from 255 or 9.56% from 136); Max value from RGB is 81 - color contains mainly: red. Hex color #512A0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512A0D is #AED5F2. Grayscale: #323232. Windows color (decimal): -11458035 or 862801. OLE color: 862801.

HSL color Cylindrical-coordinate representation of color #512A0D: hue angle of 25.59º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #512A0D is Cyan = 0, Magento = 0.48, Yellow = 0.84 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 42 13 -
CMYK 0 0.48 0.84 0.68
HSL 25.59º 0.72% 0.18% -
HSV(B) 25.59º 0.84% 0.32% -
XYZ 4.29 3.43 0.82 -
YUV 50.36 106.92 149.86 -
System Red Green Blue C M Y K H S L
Decimal 81 42 13 0 0.48 0.84 0.68 25.59 0.72 0.18
Hex 51 2A D 0 30 54 44 1A 48 12
Octal 121 52 15 0 60 124 104 32 110 22
Binary 1010001 101010 1101 0 110000 1010100 1000100 11010 1001000 10010

Color Harmonies of #512A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512A0D

Black with #512A0D

Text Example


Text Example

White with #512A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512A0D; }

 p { color: rgb(81,42,13); }

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

background-color css

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

 a { background-color: rgb(81,42,13); }

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

border-color css

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

 span { border-color: rgb(81,42,13); }

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