Html Css Color HEX #503108 Baker's Chocolate

📋 copy color: '#503108'

red 80 ◦ green 49 ◦ blue 8

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

Shades of Baker's Chocolate #503108

Tints of Baker's Chocolate #503108

RGB

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

 GREEN value IS 49 (19.53% from 255) = 35.77%

 BLUE value IS 8 (3.52% from 255) = 5.84%

R = 58.39%
G = 35.77%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.90

 K value IS 0.69

RGB Variations

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

Color information

#503108 (or 0x503108) is known color: Baker's Chocolate. HEX triplet: 50, 31 and 08. RGB value is (80,49,8). Sum of RGB (Red+Green+Blue) = 80+49+8=137 (18% of max value = 765). Red value is 80 (31.64% from 255 or 58.39% from 137); Green value is 49 (19.53% from 255 or 35.77% from 137); Blue value is 8 (3.52% from 255 or 5.84% from 137); Max value from RGB is 80 - color contains mainly: red. Hex color #503108 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503108 is #AFCEF7. Grayscale: #353535. Windows color (decimal): -11521784 or 536912. OLE color: 536912.

HSL color Cylindrical-coordinate representation of color #503108: hue angle of 34.17º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #503108 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 49 8 -
CMYK 0 0.39 0.90 0.69
HSL 34.17º 0.82% 0.17% -
HSV(B) 34.17º 0.9% 0.31% -
XYZ 4.45 3.92 0.75 -
YUV 53.6 102.27 146.83 -
System Red Green Blue C M Y K H S L
Decimal 80 49 8 0 0.39 0.90 0.69 34.17 0.82 0.17
Hex 50 31 8 0 27 5A 45 22 52 11
Octal 120 61 10 0 47 132 105 42 122 21
Binary 1010000 110001 1000 0 100111 1011010 1000101 100010 1010010 10001

Color Harmonies of #503108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503108

Black with #503108

Text Example


Text Example

White with #503108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503108; }

 p { color: rgb(80,49,8); }

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

background-color css

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

 a { background-color: rgb(80,49,8); }

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

border-color css

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

 span { border-color: rgb(80,49,8); }

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