Html Css Color HEX #503612 Baker's Chocolate

📋 copy color: '#503612'

red 80 ◦ green 54 ◦ blue 18

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

Shades of Baker's Chocolate #503612

Tints of Baker's Chocolate #503612

RGB

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

 GREEN value IS 54 (21.48% from 255) = 35.53%

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

R = 52.63%
G = 35.53%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.78

 K value IS 0.69

RGB Variations

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

Color information

#503612 (or 0x503612) is known color: Baker's Chocolate. HEX triplet: 50, 36 and 12. RGB value is (80,54,18). Sum of RGB (Red+Green+Blue) = 80+54+18=152 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.63% from 152); Green value is 54 (21.48% from 255 or 35.53% from 152); Blue value is 18 (7.42% from 255 or 11.84% from 152); Max value from RGB is 80 - color contains mainly: red. Hex color #503612 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503612 is #AFC9ED. Grayscale: #393939. Windows color (decimal): -11520494 or 1193552. OLE color: 1193552.

HSL color Cylindrical-coordinate representation of color #503612: hue angle of 34.84º 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 #503612 is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 54 18 -
CMYK 0 0.33 0.78 0.69
HSL 34.84º 0.63% 0.19% -
HSV(B) 34.84º 0.78% 0.31% -
XYZ 4.74 4.39 1.17 -
YUV 57.67 105.61 143.93 -
System Red Green Blue C M Y K H S L
Decimal 80 54 18 0 0.33 0.78 0.69 34.84 0.63 0.19
Hex 50 36 12 0 21 4E 45 23 3F 13
Octal 120 66 22 0 41 116 105 43 77 23
Binary 1010000 110110 10010 0 100001 1001110 1000101 100011 111111 10011

Color Harmonies of #503612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503612

Black with #503612

Text Example


Text Example

White with #503612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503612; }

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

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

background-color css

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

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

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

border-color css

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

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

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