Html Css Color HEX #321911 Brown Pod

📋 copy color: '#321911'

red 50 ◦ green 25 ◦ blue 17

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

Shades of Brown Pod #321911

Tints of Brown Pod #321911

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 18.48%

R = 54.35%
G = 27.17%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.66

 K value IS 0.80

RGB Variations

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

Color information

#321911 (or 0x321911) is known color: Brown Pod. HEX triplet: 32, 19 and 11. RGB value is (50,25,17). Sum of RGB (Red+Green+Blue) = 50+25+17=92 (12% of max value = 765). Red value is 50 (19.92% from 255 or 54.35% from 92); Green value is 25 (10.16% from 255 or 27.17% from 92); Blue value is 17 (7.03% from 255 or 18.48% from 92); Max value from RGB is 50 - color contains mainly: red. Hex color #321911 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321911 is #CDE6EE. Grayscale: #1F1F1F. Windows color (decimal): -13493999 or 1120562. OLE color: 1120562.

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

Color convert

RGB 50 25 17 -
CMYK 0 0.50 0.66 0.80
HSL 14.55º 0.49% 0.13% -
HSV(B) 14.55º 0.66% 0.2% -
XYZ 1.76 1.41 0.71 -
YUV 31.56 119.78 141.15 -
System Red Green Blue C M Y K H S L
Decimal 50 25 17 0 0.50 0.66 0.80 14.55 0.49 0.13
Hex 32 19 11 0 32 42 50 F 31 D
Octal 62 31 21 0 62 102 120 17 61 15
Binary 110010 11001 10001 0 110010 1000010 1010000 1111 110001 1101

Color Harmonies of #321911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321911

Black with #321911

Text Example


Text Example

White with #321911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321911; }

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

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

background-color css

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

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

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

border-color css

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

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

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