Html Css Color HEX #503412 Baker's Chocolate

📋 copy color: '#503412'

red 80 ◦ green 52 ◦ blue 18

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

Shades of Baker's Chocolate #503412

Tints of Baker's Chocolate #503412

RGB

 RED value IS 80 (31.64% from 255) = 53.33%

 GREEN value IS 52 (20.7% from 255) = 34.67%

 BLUE value IS 18 (7.42% from 255) = 12%

R = 53.33%
G = 34.67%
B = 12%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.78

 K value IS 0.69

RGB Variations

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

Color information

#503412 (or 0x503412) is known color: Baker's Chocolate. HEX triplet: 50, 34 and 12. RGB value is (80,52,18). Sum of RGB (Red+Green+Blue) = 80+52+18=150 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.33% from 150); Green value is 52 (20.70% from 255 or 34.67% from 150); Blue value is 18 (7.42% from 255 or 12% from 150); Max value from RGB is 80 - color contains mainly: red. Hex color #503412 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503412 is #AFCBED. Grayscale: #383838. Windows color (decimal): -11521006 or 1193040. OLE color: 1193040.

HSL color Cylindrical-coordinate representation of color #503412: hue angle of 32.9º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #503412 is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 52 18 -
CMYK 0 0.35 0.78 0.69
HSL 32.9º 0.63% 0.19% -
HSV(B) 32.9º 0.78% 0.31% -
XYZ 4.65 4.21 1.14 -
YUV 56.5 106.28 144.76 -
System Red Green Blue C M Y K H S L
Decimal 80 52 18 0 0.35 0.78 0.69 32.9 0.63 0.19
Hex 50 34 12 0 23 4E 45 21 3F 13
Octal 120 64 22 0 43 116 105 41 77 23
Binary 1010000 110100 10010 0 100011 1001110 1000101 100001 111111 10011

Color Harmonies of #503412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503412

Black with #503412

Text Example


Text Example

White with #503412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503412; }

 p { color: rgb(80,52,18); }

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

background-color css

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

 a { background-color: rgb(80,52,18); }

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

border-color css

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

 span { border-color: rgb(80,52,18); }

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