Html Css Color HEX #321910 Brown Pod

📋 copy color: '#321910'

red 50 ◦ green 25 ◦ blue 16

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

Shades of Brown Pod #321910

Tints of Brown Pod #321910

RGB

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

 GREEN value IS 25 (10.16% from 255) = 27.47%

 BLUE value IS 16 (6.64% from 255) = 17.58%

R = 54.95%
G = 27.47%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.68

 K value IS 0.80

RGB Variations

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

Color information

#321910 (or 0x321910) is known color: Brown Pod. HEX triplet: 32, 19 and 10. RGB value is (50,25,16). Sum of RGB (Red+Green+Blue) = 50+25+16=91 (12% of max value = 765). Red value is 50 (19.92% from 255 or 54.95% from 91); Green value is 25 (10.16% from 255 or 27.47% from 91); Blue value is 16 (6.64% from 255 or 17.58% from 91); Max value from RGB is 50 - color contains mainly: red. Hex color #321910 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321910 is #CDE6EF. Grayscale: #1F1F1F. Windows color (decimal): -13494000 or 1055026. OLE color: 1055026.

HSL color Cylindrical-coordinate representation of color #321910: hue angle of 15.88º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #321910 is Cyan = 0, Magento = 0.50, Yellow = 0.68 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 25 16 -
CMYK 0 0.50 0.68 0.80
HSL 15.88º 0.52% 0.13% -
HSV(B) 15.88º 0.68% 0.2% -
XYZ 1.76 1.41 0.67 -
YUV 31.45 119.28 141.23 -
System Red Green Blue C M Y K H S L
Decimal 50 25 16 0 0.50 0.68 0.80 15.88 0.52 0.13
Hex 32 19 10 0 32 44 50 10 34 D
Octal 62 31 20 0 62 104 120 20 64 15
Binary 110010 11001 10000 0 110010 1000100 1010000 10000 110100 1101

Color Harmonies of #321910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321910

Black with #321910

Text Example


Text Example

White with #321910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321910; }

 p { color: rgb(50,25,16); }

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

background-color css

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

 a { background-color: rgb(50,25,16); }

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

border-color css

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

 span { border-color: rgb(50,25,16); }

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