Html Css Color HEX #321D13 Brown Pod

📋 copy color: '#321D13'

red 50 ◦ green 29 ◦ blue 19

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

Shades of Brown Pod #321D13

Tints of Brown Pod #321D13

RGB

 RED value IS 50 (19.92% from 255) = 51.02%

 GREEN value IS 29 (11.72% from 255) = 29.59%

 BLUE value IS 19 (7.81% from 255) = 19.39%

R = 51.02%
G = 29.59%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.62

 K value IS 0.80

RGB Variations

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

Color information

#321D13 (or 0x321D13) is known color: Brown Pod. HEX triplet: 32, 1D and 13. RGB value is (50,29,19). Sum of RGB (Red+Green+Blue) = 50+29+19=98 (12% of max value = 765). Red value is 50 (19.92% from 255 or 51.02% from 98); Green value is 29 (11.72% from 255 or 29.59% from 98); Blue value is 19 (7.81% from 255 or 19.39% from 98); Max value from RGB is 50 - color contains mainly: red. Hex color #321D13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321D13 is #CDE2EC. Grayscale: #222222. Windows color (decimal): -13492973 or 1252658. OLE color: 1252658.

HSL color Cylindrical-coordinate representation of color #321D13: hue angle of 19.35º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #321D13 is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 29 19 -
CMYK 0 0.42 0.62 0.80
HSL 19.35º 0.45% 0.14% -
HSV(B) 19.35º 0.62% 0.2% -
XYZ 1.87 1.6 0.83 -
YUV 34.14 119.46 139.31 -
System Red Green Blue C M Y K H S L
Decimal 50 29 19 0 0.42 0.62 0.80 19.35 0.45 0.14
Hex 32 1D 13 0 2A 3E 50 13 2D E
Octal 62 35 23 0 52 76 120 23 55 16
Binary 110010 11101 10011 0 101010 111110 1010000 10011 101101 1110

Color Harmonies of #321D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321D13

Black with #321D13

Text Example


Text Example

White with #321D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321D13; }

 p { color: rgb(50,29,19); }

 H1.HeaderClassName
 {
   color: #321D13;
 }
 .AnyTagClassName
 {
   color: #321D13;
 }
</style>

background-color css

<style>
 a { background-color: #321D13; }

 a { background-color: rgb(50,29,19); }

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

border-color css

<style>
 span { border-color: #321D13; }

 span { border-color: rgb(50,29,19); }

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