Html Css Color HEX #50350F Baker's Chocolate

📋 copy color: '#50350F'

red 80 ◦ green 53 ◦ blue 15

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

Shades of Baker's Chocolate #50350F

Tints of Baker's Chocolate #50350F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 10.14%

R = 54.05%
G = 35.81%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.81

 K value IS 0.69

RGB Variations

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

Color information

#50350F (or 0x50350F) is known color: Baker's Chocolate. HEX triplet: 50, 35 and 0F. RGB value is (80,53,15). Sum of RGB (Red+Green+Blue) = 80+53+15=148 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.05% from 148); Green value is 53 (21.09% from 255 or 35.81% from 148); Blue value is 15 (6.25% from 255 or 10.14% from 148); Max value from RGB is 80 - color contains mainly: red. Hex color #50350F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50350F is #AFCAF0. Grayscale: #383838. Windows color (decimal): -11520753 or 996688. OLE color: 996688.

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

Color convert

RGB 80 53 15 -
CMYK 0 0.34 0.81 0.69
HSL 35.08º 0.68% 0.19% -
HSV(B) 35.08º 0.81% 0.31% -
XYZ 4.67 4.29 1.03 -
YUV 56.74 104.45 144.59 -
System Red Green Blue C M Y K H S L
Decimal 80 53 15 0 0.34 0.81 0.69 35.08 0.68 0.19
Hex 50 35 F 0 22 51 45 23 44 13
Octal 120 65 17 0 42 121 105 43 104 23
Binary 1010000 110101 1111 0 100010 1010001 1000101 100011 1000100 10011

Color Harmonies of #50350F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50350F

Black with #50350F

Text Example


Text Example

White with #50350F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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