Html Css Color HEX #50370A Baker's Chocolate

📋 copy color: '#50370A'

red 80 ◦ green 55 ◦ blue 10

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

Shades of Baker's Chocolate #50370A

Tints of Baker's Chocolate #50370A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 37.93%

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

R = 55.17%
G = 37.93%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.87

 K value IS 0.69

RGB Variations

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

Color information

#50370A (or 0x50370A) is known color: Baker's Chocolate. HEX triplet: 50, 37 and 0A. RGB value is (80,55,10). Sum of RGB (Red+Green+Blue) = 80+55+10=145 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.17% from 145); Green value is 55 (21.88% from 255 or 37.93% from 145); Blue value is 10 (4.30% from 255 or 6.90% from 145); Max value from RGB is 80 - color contains mainly: red. Hex color #50370A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50370A is #AFC8F5. Grayscale: #393939. Windows color (decimal): -11520246 or 669520. OLE color: 669520.

HSL color Cylindrical-coordinate representation of color #50370A: hue angle of 38.57º 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 #50370A is Cyan = 0, Magento = 0.31, Yellow = 0.87 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 55 10 -
CMYK 0 0.31 0.87 0.69
HSL 38.57º 0.78% 0.18% -
HSV(B) 38.57º 0.88% 0.31% -
XYZ 4.73 4.46 0.9 -
YUV 57.35 101.28 144.16 -
System Red Green Blue C M Y K H S L
Decimal 80 55 10 0 0.31 0.87 0.69 38.57 0.78 0.18
Hex 50 37 A 0 1F 57 45 27 4E 12
Octal 120 67 12 0 37 127 105 47 116 22
Binary 1010000 110111 1010 0 11111 1010111 1000101 100111 1001110 10010

Color Harmonies of #50370A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50370A

Black with #50370A

Text Example


Text Example

White with #50370A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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