Html Css Color HEX #512300 Baker's Chocolate

📋 copy color: '#512300'

red 81 ◦ green 35 ◦ blue 0

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

Shades of Baker's Chocolate #512300

Tints of Baker's Chocolate #512300

RGB

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

 GREEN value IS 35 (14.06% from 255) = 30.17%

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

R = 69.83%
G = 30.17%
B = 0%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 1

 K value IS 0.68

RGB Variations

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

Color information

#512300 (or 0x512300) is known color: Baker's Chocolate. HEX triplet: 51, 23 and 00. RGB value is (81,35,0). Sum of RGB (Red+Green+Blue) = 81+35+0=116 (15% of max value = 765). Red value is 81 (32.03% from 255 or 69.83% from 116); Green value is 35 (14.06% from 255 or 30.17% from 116); Blue value is 0 (0.39% from 255 or 0% from 116); Max value from RGB is 81 - color contains mainly: red. Hex color #512300 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512300 is #AEDCFF. Grayscale: #2C2C2C. Windows color (decimal): -11459840 or 9041. OLE color: 9041.

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

Color convert

RGB 81 35 0 -
CMYK 0 0.57 1 0.68
HSL 25.93º 1% 0.16% -
HSV(B) 25.93º 1% 0.32% -
XYZ 3.99 2.95 0.36 -
YUV 44.76 102.74 153.85 -
System Red Green Blue C M Y K H S L
Decimal 81 35 0 0 0.57 1 0.68 25.93 1 0.16
Hex 51 23 0 0 39 64 44 1A 64 10
Octal 121 43 0 0 71 144 104 32 144 20
Binary 1010001 100011 0 0 111001 1100100 1000100 11010 1100100 10000

Color Harmonies of #512300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512300

Black with #512300

Text Example


Text Example

White with #512300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512300; }

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

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

background-color css

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

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

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

border-color css

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

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

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