Html Css Color HEX #50290F Baker's Chocolate

📋 copy color: '#50290F'

red 80 ◦ green 41 ◦ blue 15

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

Shades of Baker's Chocolate #50290F

Tints of Baker's Chocolate #50290F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 30.15%

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

R = 58.82%
G = 30.15%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.81

 K value IS 0.69

RGB Variations

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

Color information

#50290F (or 0x50290F) is known color: Baker's Chocolate. HEX triplet: 50, 29 and 0F. RGB value is (80,41,15). Sum of RGB (Red+Green+Blue) = 80+41+15=136 (18% of max value = 765). Red value is 80 (31.64% from 255 or 58.82% from 136); Green value is 41 (16.41% from 255 or 30.15% from 136); Blue value is 15 (6.25% from 255 or 11.03% from 136); Max value from RGB is 80 - color contains mainly: red. Hex color #50290F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50290F is #AFD6F0. Grayscale: #313131. Windows color (decimal): -11523825 or 993616. OLE color: 993616.

HSL color Cylindrical-coordinate representation of color #50290F: hue angle of 24º 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 #50290F is Cyan = 0, Magento = 0.49, Yellow = 0.81 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 41 15 -
CMYK 0 0.49 0.81 0.69
HSL 24º 0.68% 0.19% -
HSV(B) 24º 0.81% 0.31% -
XYZ 4.19 3.33 0.87 -
YUV 49.7 108.42 149.61 -
System Red Green Blue C M Y K H S L
Decimal 80 41 15 0 0.49 0.81 0.69 24 0.68 0.19
Hex 50 29 F 0 31 51 45 18 44 13
Octal 120 51 17 0 61 121 105 30 104 23
Binary 1010000 101001 1111 0 110001 1010001 1000101 11000 1000100 10011

Color Harmonies of #50290F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50290F

Black with #50290F

Text Example


Text Example

White with #50290F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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