Html Css Color HEX #512000 Baker's Chocolate

📋 copy color: '#512000'

red 81 ◦ green 32 ◦ blue 0

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

Shades of Baker's Chocolate #512000

Tints of Baker's Chocolate #512000

RGB

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

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

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

R = 71.68%
G = 28.32%
B = 0%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 1

 K value IS 0.68

RGB Variations

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

Color information

#512000 (or 0x512000) is known color: Baker's Chocolate. HEX triplet: 51, 20 and 00. RGB value is (81,32,0). Sum of RGB (Red+Green+Blue) = 81+32+0=113 (14% of max value = 765). Red value is 81 (32.03% from 255 or 71.68% from 113); Green value is 32 (12.89% from 255 or 28.32% from 113); Blue value is 0 (0.39% from 255 or 0% from 113); Max value from RGB is 81 - color contains mainly: red. Hex color #512000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512000 is #AEDFFF. Grayscale: #2B2B2B. Windows color (decimal): -11460608 or 8273. OLE color: 8273.

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

Color convert

RGB 81 32 0 -
CMYK 0 0.60 1 0.68
HSL 23.7º 1% 0.16% -
HSV(B) 23.7º 1% 0.32% -
XYZ 3.91 2.78 0.33 -
YUV 43 103.73 155.1 -
System Red Green Blue C M Y K H S L
Decimal 81 32 0 0 0.60 1 0.68 23.7 1 0.16
Hex 51 20 0 0 3C 64 44 18 64 10
Octal 121 40 0 0 74 144 104 30 144 20
Binary 1010001 100000 0 0 111100 1100100 1000100 11000 1100100 10000

Color Harmonies of #512000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512000

Black with #512000

Text Example


Text Example

White with #512000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512000; }

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

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

background-color css

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

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

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

border-color css

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

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

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