Html Css Color HEX #321509 Brown Pod

📋 copy color: '#321509'

red 50 ◦ green 21 ◦ blue 9

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

Shades of Brown Pod #321509

Tints of Brown Pod #321509

RGB

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

 GREEN value IS 21 (8.59% from 255) = 26.25%

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

R = 62.5%
G = 26.25%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.82

 K value IS 0.80

RGB Variations

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

Color information

#321509 (or 0x321509) is known color: Brown Pod. HEX triplet: 32, 15 and 09. RGB value is (50,21,9). Sum of RGB (Red+Green+Blue) = 50+21+9=80 (10% of max value = 765). Red value is 50 (19.92% from 255 or 62.5% from 80); Green value is 21 (8.59% from 255 or 26.25% from 80); Blue value is 9 (3.91% from 255 or 11.25% from 80); Max value from RGB is 50 - color contains mainly: red. Hex color #321509 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321509 is #CDEAF6. Grayscale: #1C1C1C. Windows color (decimal): -13495031 or 595250. OLE color: 595250.

HSL color Cylindrical-coordinate representation of color #321509: hue angle of 17.56º 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 #321509 is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 21 9 -
CMYK 0 0.58 0.82 0.80
HSL 17.56º 0.69% 0.12% -
HSV(B) 17.56º 0.82% 0.2% -
XYZ 1.63 1.23 0.41 -
YUV 28.3 117.11 143.48 -
System Red Green Blue C M Y K H S L
Decimal 50 21 9 0 0.58 0.82 0.80 17.56 0.69 0.12
Hex 32 15 9 0 3A 52 50 12 45 C
Octal 62 25 11 0 72 122 120 22 105 14
Binary 110010 10101 1001 0 111010 1010010 1010000 10010 1000101 1100

Color Harmonies of #321509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321509

Black with #321509

Text Example


Text Example

White with #321509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321509; }

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

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

background-color css

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

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

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

border-color css

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

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

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