Html Css Color HEX #321909 Brown Pod

📋 copy color: '#321909'

red 50 ◦ green 25 ◦ blue 9

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

Shades of Brown Pod #321909

Tints of Brown Pod #321909

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 10.71%

R = 59.52%
G = 29.76%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.82

 K value IS 0.80

RGB Variations

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

Color information

#321909 (or 0x321909) is known color: Brown Pod. HEX triplet: 32, 19 and 09. RGB value is (50,25,9). Sum of RGB (Red+Green+Blue) = 50+25+9=84 (11% of max value = 765). Red value is 50 (19.92% from 255 or 59.52% from 84); Green value is 25 (10.16% from 255 or 29.76% from 84); Blue value is 9 (3.91% from 255 or 10.71% from 84); Max value from RGB is 50 - color contains mainly: red. Hex color #321909 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321909 is #CDE6F6. Grayscale: #1E1E1E. Windows color (decimal): -13494007 or 596274. OLE color: 596274.

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

Color convert

RGB 50 25 9 -
CMYK 0 0.50 0.82 0.80
HSL 23.41º 0.69% 0.12% -
HSV(B) 23.41º 0.82% 0.2% -
XYZ 1.71 1.39 0.44 -
YUV 30.65 115.78 141.8 -
System Red Green Blue C M Y K H S L
Decimal 50 25 9 0 0.50 0.82 0.80 23.41 0.69 0.12
Hex 32 19 9 0 32 52 50 17 45 C
Octal 62 31 11 0 62 122 120 27 105 14
Binary 110010 11001 1001 0 110010 1010010 1010000 10111 1000101 1100

Color Harmonies of #321909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321909

Black with #321909

Text Example


Text Example

White with #321909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321909; }

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

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

background-color css

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

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

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

border-color css

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

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

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