Html Css Color HEX #50382D Cioccolato

📋 copy color: '#50382D'

red 80 ◦ green 56 ◦ blue 45

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

Shades of Cioccolato #50382D

Tints of Cioccolato #50382D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 30.94%

 BLUE value IS 45 (17.97% from 255) = 24.86%

R = 44.2%
G = 30.94%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.44

 K value IS 0.69

RGB Variations

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

Color information

#50382D (or 0x50382D) is known color: Cioccolato. HEX triplet: 50, 38 and 2D. RGB value is (80,56,45). Sum of RGB (Red+Green+Blue) = 80+56+45=181 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.20% from 181); Green value is 56 (22.27% from 255 or 30.94% from 181); Blue value is 45 (17.97% from 255 or 24.86% from 181); Max value from RGB is 80 - color contains mainly: red. Hex color #50382D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50382D is #AFC7D2. Grayscale: #3D3D3D. Windows color (decimal): -11519955 or 2963536. OLE color: 2963536.

HSL color Cylindrical-coordinate representation of color #50382D: hue angle of 18.86º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #50382D is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 56 45 -
CMYK 0 0.30 0.44 0.69
HSL 18.86º 0.28% 0.25% -
HSV(B) 18.86º 0.44% 0.31% -
XYZ 5.2 4.72 3.12 -
YUV 61.92 118.45 140.89 -
System Red Green Blue C M Y K H S L
Decimal 80 56 45 0 0.30 0.44 0.69 18.86 0.28 0.25
Hex 50 38 2D 0 1E 2C 45 13 1C 19
Octal 120 70 55 0 36 54 105 23 34 31
Binary 1010000 111000 101101 0 11110 101100 1000101 10011 11100 11001

Color Harmonies of #50382D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50382D

Black with #50382D

Text Example


Text Example

White with #50382D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50382D; }

 p { color: rgb(80,56,45); }

 H1.HeaderClassName
 {
   color: #50382D;
 }
 .AnyTagClassName
 {
   color: #50382D;
 }
</style>

background-color css

<style>
 a { background-color: #50382D; }

 a { background-color: rgb(80,56,45); }

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

border-color css

<style>
 span { border-color: #50382D; }

 span { border-color: rgb(80,56,45); }

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