Html Css Color HEX #512F09 Baker's Chocolate

📋 copy color: '#512F09'

red 81 ◦ green 47 ◦ blue 9

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

Shades of Baker's Chocolate #512F09

Tints of Baker's Chocolate #512F09

RGB

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

 GREEN value IS 47 (18.75% from 255) = 34.31%

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

R = 59.12%
G = 34.31%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.68

RGB Variations

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

Color information

#512F09 (or 0x512F09) is known color: Baker's Chocolate. HEX triplet: 51, 2F and 09. RGB value is (81,47,9). Sum of RGB (Red+Green+Blue) = 81+47+9=137 (18% of max value = 765). Red value is 81 (32.03% from 255 or 59.12% from 137); Green value is 47 (18.75% from 255 or 34.31% from 137); Blue value is 9 (3.91% from 255 or 6.57% from 137); Max value from RGB is 81 - color contains mainly: red. Hex color #512F09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512F09 is #AED0F6. Grayscale: #353535. Windows color (decimal): -11456759 or 601937. OLE color: 601937.

HSL color Cylindrical-coordinate representation of color #512F09: hue angle of 31.67º 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 #512F09 is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 47 9 -
CMYK 0 0.42 0.89 0.68
HSL 31.67º 0.8% 0.18% -
HSV(B) 31.67º 0.89% 0.32% -
XYZ 4.46 3.8 0.76 -
YUV 52.83 103.26 148.09 -
System Red Green Blue C M Y K H S L
Decimal 81 47 9 0 0.42 0.89 0.68 31.67 0.8 0.18
Hex 51 2F 9 0 2A 59 44 20 50 12
Octal 121 57 11 0 52 131 104 40 120 22
Binary 1010001 101111 1001 0 101010 1011001 1000100 100000 1010000 10010

Color Harmonies of #512F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512F09

Black with #512F09

Text Example


Text Example

White with #512F09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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