Html Css Color HEX #50330B Baker's Chocolate

📋 copy color: '#50330B'

red 80 ◦ green 51 ◦ blue 11

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

Shades of Baker's Chocolate #50330B

Tints of Baker's Chocolate #50330B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 35.92%

 BLUE value IS 11 (4.69% from 255) = 7.75%

R = 56.34%
G = 35.92%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.69

RGB Variations

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

Color information

#50330B (or 0x50330B) is known color: Baker's Chocolate. HEX triplet: 50, 33 and 0B. RGB value is (80,51,11). Sum of RGB (Red+Green+Blue) = 80+51+11=142 (18% of max value = 765). Red value is 80 (31.64% from 255 or 56.34% from 142); Green value is 51 (20.31% from 255 or 35.92% from 142); Blue value is 11 (4.69% from 255 or 7.75% from 142); Max value from RGB is 80 - color contains mainly: red. Hex color #50330B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50330B is #AFCCF4. Grayscale: #373737. Windows color (decimal): -11521269 or 734032. OLE color: 734032.

HSL color Cylindrical-coordinate representation of color #50330B: hue angle of 34.78º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #50330B is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 51 11 -
CMYK 0 0.36 0.86 0.69
HSL 34.78º 0.76% 0.18% -
HSV(B) 34.78º 0.86% 0.31% -
XYZ 4.55 4.1 0.87 -
YUV 55.11 103.11 145.75 -
System Red Green Blue C M Y K H S L
Decimal 80 51 11 0 0.36 0.86 0.69 34.78 0.76 0.18
Hex 50 33 B 0 24 56 45 23 4C 12
Octal 120 63 13 0 44 126 105 43 114 22
Binary 1010000 110011 1011 0 100100 1010110 1000101 100011 1001100 10010

Color Harmonies of #50330B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50330B

Black with #50330B

Text Example


Text Example

White with #50330B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50330B; }

 p { color: rgb(80,51,11); }

 H1.HeaderClassName
 {
   color: #50330B;
 }
 .AnyTagClassName
 {
   color: #50330B;
 }
</style>

background-color css

<style>
 a { background-color: #50330B; }

 a { background-color: rgb(80,51,11); }

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

border-color css

<style>
 span { border-color: #50330B; }

 span { border-color: rgb(80,51,11); }

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