Html Css Color HEX #512901 Baker's Chocolate

📋 copy color: '#512901'

red 81 ◦ green 41 ◦ blue 1

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

Shades of Baker's Chocolate #512901

Tints of Baker's Chocolate #512901

RGB

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

 GREEN value IS 41 (16.41% from 255) = 33.33%

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

R = 65.85%
G = 33.33%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.99

 K value IS 0.68

RGB Variations

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

Color information

#512901 (or 0x512901) is known color: Baker's Chocolate. HEX triplet: 51, 29 and 01. RGB value is (81,41,1). Sum of RGB (Red+Green+Blue) = 81+41+1=123 (16% of max value = 765). Red value is 81 (32.03% from 255 or 65.85% from 123); Green value is 41 (16.41% from 255 or 33.33% from 123); Blue value is 1 (0.78% from 255 or 0.81% from 123); Max value from RGB is 81 - color contains mainly: red. Hex color #512901 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512901 is #AED6FE. Grayscale: #303030. Windows color (decimal): -11458303 or 76113. OLE color: 76113.

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

Color convert

RGB 81 41 1 -
CMYK 0 0.49 0.99 0.68
HSL 30º 0.98% 0.16% -
HSV(B) 30º 0.99% 0.32% -
XYZ 4.19 3.34 0.45 -
YUV 48.4 101.25 151.25 -
System Red Green Blue C M Y K H S L
Decimal 81 41 1 0 0.49 0.99 0.68 30 0.98 0.16
Hex 51 29 1 0 31 63 44 1E 62 10
Octal 121 51 1 0 61 143 104 36 142 20
Binary 1010001 101001 1 0 110001 1100011 1000100 11110 1100010 10000

Color Harmonies of #512901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512901

Black with #512901

Text Example


Text Example

White with #512901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512901; }

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

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

background-color css

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

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

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

border-color css

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

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

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