Html Css Color HEX #50360A Baker's Chocolate

📋 copy color: '#50360A'

red 80 ◦ green 54 ◦ blue 10

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

Shades of Baker's Chocolate #50360A

Tints of Baker's Chocolate #50360A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 37.5%

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

R = 55.56%
G = 37.5%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.87

 K value IS 0.69

RGB Variations

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

Color information

#50360A (or 0x50360A) is known color: Baker's Chocolate. HEX triplet: 50, 36 and 0A. RGB value is (80,54,10). Sum of RGB (Red+Green+Blue) = 80+54+10=144 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.56% from 144); Green value is 54 (21.48% from 255 or 37.5% from 144); Blue value is 10 (4.30% from 255 or 6.94% from 144); Max value from RGB is 80 - color contains mainly: red. Hex color #50360A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50360A is #AFC9F5. Grayscale: #383838. Windows color (decimal): -11520502 or 669264. OLE color: 669264.

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

Color convert

RGB 80 54 10 -
CMYK 0 0.33 0.87 0.69
HSL 37.71º 0.78% 0.18% -
HSV(B) 37.71º 0.88% 0.31% -
XYZ 4.68 4.37 0.88 -
YUV 56.76 101.61 144.58 -
System Red Green Blue C M Y K H S L
Decimal 80 54 10 0 0.33 0.87 0.69 37.71 0.78 0.18
Hex 50 36 A 0 21 57 45 26 4E 12
Octal 120 66 12 0 41 127 105 46 116 22
Binary 1010000 110110 1010 0 100001 1010111 1000101 100110 1001110 10010

Color Harmonies of #50360A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50360A

Black with #50360A

Text Example


Text Example

White with #50360A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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