Html Css Color HEX #50250A Baker's Chocolate

📋 copy color: '#50250A'

red 80 ◦ green 37 ◦ blue 10

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

Shades of Baker's Chocolate #50250A

Tints of Baker's Chocolate #50250A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 29.13%

 BLUE value IS 10 (4.3% from 255) = 7.87%

R = 62.99%
G = 29.13%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.87

 K value IS 0.69

RGB Variations

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

Color information

#50250A (or 0x50250A) is known color: Baker's Chocolate. HEX triplet: 50, 25 and 0A. RGB value is (80,37,10). Sum of RGB (Red+Green+Blue) = 80+37+10=127 (16% of max value = 765). Red value is 80 (31.64% from 255 or 62.99% from 127); Green value is 37 (14.84% from 255 or 29.13% from 127); Blue value is 10 (4.30% from 255 or 7.87% from 127); Max value from RGB is 80 - color contains mainly: red. Hex color #50250A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50250A is #AFDAF5. Grayscale: #2E2E2E. Windows color (decimal): -11524854 or 664912. OLE color: 664912.

HSL color Cylindrical-coordinate representation of color #50250A: hue angle of 23.14º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #50250A is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 37 10 -
CMYK 0 0.54 0.87 0.69
HSL 23.14º 0.78% 0.18% -
HSV(B) 23.14º 0.88% 0.31% -
XYZ 4.02 3.05 0.66 -
YUV 46.78 107.25 151.7 -
System Red Green Blue C M Y K H S L
Decimal 80 37 10 0 0.54 0.87 0.69 23.14 0.78 0.18
Hex 50 25 A 0 36 57 45 17 4E 12
Octal 120 45 12 0 66 127 105 27 116 22
Binary 1010000 100101 1010 0 110110 1010111 1000101 10111 1001110 10010

Color Harmonies of #50250A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50250A

Black with #50250A

Text Example


Text Example

White with #50250A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50250A; }

 p { color: rgb(80,37,10); }

 H1.HeaderClassName
 {
   color: #50250A;
 }
 .AnyTagClassName
 {
   color: #50250A;
 }
</style>

background-color css

<style>
 a { background-color: #50250A; }

 a { background-color: rgb(80,37,10); }

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

border-color css

<style>
 span { border-color: #50250A; }

 span { border-color: rgb(80,37,10); }

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