Html Css Color HEX #512A00 Baker's Chocolate

📋 copy color: '#512A00'

red 81 ◦ green 42 ◦ blue 0

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

Shades of Baker's Chocolate #512A00

Tints of Baker's Chocolate #512A00

RGB

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

 GREEN value IS 42 (16.8% from 255) = 34.15%

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

R = 65.85%
G = 34.15%
B = 0%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 1

 K value IS 0.68

RGB Variations

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

Color information

#512A00 (or 0x512A00) is known color: Baker's Chocolate. HEX triplet: 51, 2A and 00. RGB value is (81,42,0). Sum of RGB (Red+Green+Blue) = 81+42+0=123 (16% of max value = 765). Red value is 81 (32.03% from 255 or 65.85% from 123); Green value is 42 (16.80% from 255 or 34.15% from 123); Blue value is 0 (0.39% from 255 or 0% from 123); Max value from RGB is 81 - color contains mainly: red. Hex color #512A00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512A00 is #AED5FF. Grayscale: #313131. Windows color (decimal): -11458048 or 10833. OLE color: 10833.

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

Color convert

RGB 81 42 0 -
CMYK 0 0.48 1 0.68
HSL 31.11º 1% 0.16% -
HSV(B) 31.11º 1% 0.32% -
XYZ 4.22 3.41 0.43 -
YUV 48.87 100.42 150.92 -
System Red Green Blue C M Y K H S L
Decimal 81 42 0 0 0.48 1 0.68 31.11 1 0.16
Hex 51 2A 0 0 30 64 44 1F 64 10
Octal 121 52 0 0 60 144 104 37 144 20
Binary 1010001 101010 0 0 110000 1100100 1000100 11111 1100100 10000

Color Harmonies of #512A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512A00

Black with #512A00

Text Example


Text Example

White with #512A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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