Html Css Color HEX #512601 Baker's Chocolate

📋 copy color: '#512601'

red 81 ◦ green 38 ◦ blue 1

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

Shades of Baker's Chocolate #512601

Tints of Baker's Chocolate #512601

RGB

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

 GREEN value IS 38 (15.23% from 255) = 31.67%

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

R = 67.5%
G = 31.67%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.99

 K value IS 0.68

RGB Variations

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

Color information

#512601 (or 0x512601) is known color: Baker's Chocolate. HEX triplet: 51, 26 and 01. RGB value is (81,38,1). Sum of RGB (Red+Green+Blue) = 81+38+1=120 (15% of max value = 765). Red value is 81 (32.03% from 255 or 67.5% from 120); Green value is 38 (15.23% from 255 or 31.67% from 120); Blue value is 1 (0.78% from 255 or 0.83% from 120); Max value from RGB is 81 - color contains mainly: red. Hex color #512601 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512601 is #AED9FE. Grayscale: #2E2E2E. Windows color (decimal): -11459071 or 75345. OLE color: 75345.

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

Color convert

RGB 81 38 1 -
CMYK 0 0.53 0.99 0.68
HSL 27.75º 0.98% 0.16% -
HSV(B) 27.75º 0.99% 0.32% -
XYZ 4.09 3.14 0.42 -
YUV 46.64 102.25 152.51 -
System Red Green Blue C M Y K H S L
Decimal 81 38 1 0 0.53 0.99 0.68 27.75 0.98 0.16
Hex 51 26 1 0 35 63 44 1C 62 10
Octal 121 46 1 0 65 143 104 34 142 20
Binary 1010001 100110 1 0 110101 1100011 1000100 11100 1100010 10000

Color Harmonies of #512601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512601

Black with #512601

Text Example


Text Example

White with #512601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512601; }

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

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

background-color css

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

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

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

border-color css

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

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

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