Html Css Color HEX #512D00 Baker's Chocolate

📋 copy color: '#512D00'

red 81 ◦ green 45 ◦ blue 0

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

Shades of Baker's Chocolate #512D00

Tints of Baker's Chocolate #512D00

RGB

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

 GREEN value IS 45 (17.97% from 255) = 35.71%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 64.29%
G = 35.71%
B = 0%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 1

 K value IS 0.68

RGB Variations

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

Color information

#512D00 (or 0x512D00) is known color: Baker's Chocolate. HEX triplet: 51, 2D and 00. RGB value is (81,45,0). Sum of RGB (Red+Green+Blue) = 81+45+0=126 (16% of max value = 765). Red value is 81 (32.03% from 255 or 64.29% from 126); Green value is 45 (17.97% from 255 or 35.71% from 126); Blue value is 0 (0.39% from 255 or 0% from 126); Max value from RGB is 81 - color contains mainly: red. Hex color #512D00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512D00 is #AED2FF. Grayscale: #323232. Windows color (decimal): -11457280 or 11601. OLE color: 11601.

HSL color Cylindrical-coordinate representation of color #512D00: hue angle of 33.33º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #512D00 is Cyan = 0, Magento = 0.44, Yellow = 1 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 45 0 -
CMYK 0 0.44 1 0.68
HSL 33.33º 1% 0.16% -
HSV(B) 33.33º 1% 0.32% -
XYZ 4.33 3.63 0.47 -
YUV 50.63 99.43 149.66 -
System Red Green Blue C M Y K H S L
Decimal 81 45 0 0 0.44 1 0.68 33.33 1 0.16
Hex 51 2D 0 0 2C 64 44 21 64 10
Octal 121 55 0 0 54 144 104 41 144 20
Binary 1010001 101101 0 0 101100 1100100 1000100 100001 1100100 10000

Color Harmonies of #512D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512D00

Black with #512D00

Text Example


Text Example

White with #512D00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,45,0); }

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

background-color css

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

 a { background-color: rgb(81,45,0); }

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

border-color css

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

 span { border-color: rgb(81,45,0); }

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