Html Css Color HEX #50360E Baker's Chocolate

📋 copy color: '#50360E'

red 80 ◦ green 54 ◦ blue 14

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

Shades of Baker's Chocolate #50360E

Tints of Baker's Chocolate #50360E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 9.46%

R = 54.05%
G = 36.49%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.83

 K value IS 0.69

RGB Variations

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

Color information

#50360E (or 0x50360E) is known color: Baker's Chocolate. HEX triplet: 50, 36 and 0E. RGB value is (80,54,14). Sum of RGB (Red+Green+Blue) = 80+54+14=148 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.05% from 148); Green value is 54 (21.48% from 255 or 36.49% from 148); Blue value is 14 (5.86% from 255 or 9.46% from 148); Max value from RGB is 80 - color contains mainly: red. Hex color #50360E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50360E is #AFC9F1. Grayscale: #393939. Windows color (decimal): -11520498 or 931408. OLE color: 931408.

HSL color Cylindrical-coordinate representation of color #50360E: hue angle of 36.36º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #50360E is Cyan = 0, Magento = 0.33, Yellow = 0.83 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 54 14 -
CMYK 0 0.33 0.83 0.69
HSL 36.36º 0.7% 0.18% -
HSV(B) 36.36º 0.83% 0.31% -
XYZ 4.71 4.38 1.01 -
YUV 57.21 103.61 144.25 -
System Red Green Blue C M Y K H S L
Decimal 80 54 14 0 0.33 0.83 0.69 36.36 0.7 0.18
Hex 50 36 E 0 21 53 45 24 46 12
Octal 120 66 16 0 41 123 105 44 106 22
Binary 1010000 110110 1110 0 100001 1010011 1000101 100100 1000110 10010

Color Harmonies of #50360E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50360E

Black with #50360E

Text Example


Text Example

White with #50360E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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