Html Css Color HEX #50340E Baker's Chocolate

📋 copy color: '#50340E'

red 80 ◦ green 52 ◦ blue 14

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

Shades of Baker's Chocolate #50340E

Tints of Baker's Chocolate #50340E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 35.62%

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

R = 54.79%
G = 35.62%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.83

 K value IS 0.69

RGB Variations

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

Color information

#50340E (or 0x50340E) is known color: Baker's Chocolate. HEX triplet: 50, 34 and 0E. RGB value is (80,52,14). Sum of RGB (Red+Green+Blue) = 80+52+14=146 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.79% from 146); Green value is 52 (20.70% from 255 or 35.62% from 146); Blue value is 14 (5.86% from 255 or 9.59% from 146); Max value from RGB is 80 - color contains mainly: red. Hex color #50340E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50340E is #AFCBF1. Grayscale: #383838. Windows color (decimal): -11521010 or 930896. OLE color: 930896.

HSL color Cylindrical-coordinate representation of color #50340E: hue angle of 34.55º 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 #50340E is Cyan = 0, Magento = 0.35, Yellow = 0.83 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 52 14 -
CMYK 0 0.35 0.83 0.69
HSL 34.55º 0.7% 0.18% -
HSV(B) 34.55º 0.83% 0.31% -
XYZ 4.62 4.19 0.98 -
YUV 56.04 104.28 145.09 -
System Red Green Blue C M Y K H S L
Decimal 80 52 14 0 0.35 0.83 0.69 34.55 0.7 0.18
Hex 50 34 E 0 23 53 45 23 46 12
Octal 120 64 16 0 43 123 105 43 106 22
Binary 1010000 110100 1110 0 100011 1010011 1000101 100011 1000110 10010

Color Harmonies of #50340E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50340E

Black with #50340E

Text Example


Text Example

White with #50340E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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