Html Css Color HEX #512001 Baker's Chocolate

📋 copy color: '#512001'

red 81 ◦ green 32 ◦ blue 1

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

Shades of Baker's Chocolate #512001

Tints of Baker's Chocolate #512001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.88%

R = 71.05%
G = 28.07%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.99

 K value IS 0.68

RGB Variations

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

Color information

#512001 (or 0x512001) is known color: Baker's Chocolate. HEX triplet: 51, 20 and 01. RGB value is (81,32,1). Sum of RGB (Red+Green+Blue) = 81+32+1=114 (15% of max value = 765). Red value is 81 (32.03% from 255 or 71.05% from 114); Green value is 32 (12.89% from 255 or 28.07% from 114); Blue value is 1 (0.78% from 255 or 0.88% from 114); Max value from RGB is 81 - color contains mainly: red. Hex color #512001 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512001 is #AEDFFE. Grayscale: #2B2B2B. Windows color (decimal): -11460607 or 73809. OLE color: 73809.

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

Color convert

RGB 81 32 1 -
CMYK 0 0.60 0.99 0.68
HSL 23.25º 0.98% 0.16% -
HSV(B) 23.25º 0.99% 0.32% -
XYZ 3.92 2.78 0.36 -
YUV 43.12 104.23 155.02 -
System Red Green Blue C M Y K H S L
Decimal 81 32 1 0 0.60 0.99 0.68 23.25 0.98 0.16
Hex 51 20 1 0 3C 63 44 17 62 10
Octal 121 40 1 0 74 143 104 27 142 20
Binary 1010001 100000 1 0 111100 1100011 1000100 10111 1100010 10000

Color Harmonies of #512001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512001

Black with #512001

Text Example


Text Example

White with #512001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512001; }

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

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

background-color css

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

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

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

border-color css

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

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

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