Html Css Color HEX #50350D Baker's Chocolate

📋 copy color: '#50350D'

red 80 ◦ green 53 ◦ blue 13

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

Shades of Baker's Chocolate #50350D

Tints of Baker's Chocolate #50350D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 36.3%

 BLUE value IS 13 (5.47% from 255) = 8.9%

R = 54.79%
G = 36.3%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.84

 K value IS 0.69

RGB Variations

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

Color information

#50350D (or 0x50350D) is known color: Baker's Chocolate. HEX triplet: 50, 35 and 0D. RGB value is (80,53,13). Sum of RGB (Red+Green+Blue) = 80+53+13=146 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.79% from 146); Green value is 53 (21.09% from 255 or 36.30% from 146); Blue value is 13 (5.47% from 255 or 8.90% from 146); Max value from RGB is 80 - color contains mainly: red. Hex color #50350D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50350D is #AFCAF2. Grayscale: #383838. Windows color (decimal): -11520755 or 865616. OLE color: 865616.

HSL color Cylindrical-coordinate representation of color #50350D: hue angle of 35.82º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #50350D is Cyan = 0, Magento = 0.34, Yellow = 0.84 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 53 13 -
CMYK 0 0.34 0.84 0.69
HSL 35.82º 0.72% 0.18% -
HSV(B) 35.82º 0.84% 0.31% -
XYZ 4.65 4.28 0.96 -
YUV 56.51 103.45 144.75 -
System Red Green Blue C M Y K H S L
Decimal 80 53 13 0 0.34 0.84 0.69 35.82 0.72 0.18
Hex 50 35 D 0 22 54 45 24 48 12
Octal 120 65 15 0 42 124 105 44 110 22
Binary 1010000 110101 1101 0 100010 1010100 1000101 100100 1001000 10010

Color Harmonies of #50350D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50350D

Black with #50350D

Text Example


Text Example

White with #50350D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50350D; }

 p { color: rgb(80,53,13); }

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

background-color css

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

 a { background-color: rgb(80,53,13); }

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

border-color css

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

 span { border-color: rgb(80,53,13); }

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