Html Css Color HEX #50360D Baker's Chocolate

📋 copy color: '#50360D'

red 80 ◦ green 54 ◦ blue 13

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

Shades of Baker's Chocolate #50360D

Tints of Baker's Chocolate #50360D

RGB

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

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

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

R = 54.42%
G = 36.73%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.84

 K value IS 0.69

RGB Variations

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

Color information

#50360D (or 0x50360D) is known color: Baker's Chocolate. HEX triplet: 50, 36 and 0D. RGB value is (80,54,13). Sum of RGB (Red+Green+Blue) = 80+54+13=147 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.42% from 147); Green value is 54 (21.48% from 255 or 36.73% from 147); Blue value is 13 (5.47% from 255 or 8.84% from 147); Max value from RGB is 80 - color contains mainly: red. Hex color #50360D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50360D is #AFC9F2. Grayscale: #393939. Windows color (decimal): -11520499 or 865872. OLE color: 865872.

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

Color convert

RGB 80 54 13 -
CMYK 0 0.33 0.84 0.69
HSL 36.72º 0.72% 0.18% -
HSV(B) 36.72º 0.84% 0.31% -
XYZ 4.7 4.37 0.98 -
YUV 57.1 103.11 144.33 -
System Red Green Blue C M Y K H S L
Decimal 80 54 13 0 0.33 0.84 0.69 36.72 0.72 0.18
Hex 50 36 D 0 21 54 45 25 48 12
Octal 120 66 15 0 41 124 105 45 110 22
Binary 1010000 110110 1101 0 100001 1010100 1000101 100101 1001000 10010

Color Harmonies of #50360D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50360D

Black with #50360D

Text Example


Text Example

White with #50360D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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