Html Css Color HEX #321500 Brown Pod

📋 copy color: '#321500'

red 50 ◦ green 21 ◦ blue 0

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

Shades of Brown Pod #321500

Tints of Brown Pod #321500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 70.42%
G = 29.58%
B = 0%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 1

 K value IS 0.80

RGB Variations

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

Color information

#321500 (or 0x321500) is known color: Brown Pod. HEX triplet: 32, 15 and 00. RGB value is (50,21,0). Sum of RGB (Red+Green+Blue) = 50+21+0=71 (9% of max value = 765). Red value is 50 (19.92% from 255 or 70.42% from 71); Green value is 21 (8.59% from 255 or 29.58% from 71); Blue value is 0 (0.39% from 255 or 0% from 71); Max value from RGB is 50 - color contains mainly: red. Hex color #321500 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321500 is #CDEAFF. Grayscale: #1B1B1B. Windows color (decimal): -13495040 or 5426. OLE color: 5426.

HSL color Cylindrical-coordinate representation of color #321500: hue angle of 25.2º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #321500 is Cyan = 0, Magento = 0.58, Yellow = 1 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 21 0 -
CMYK 0 0.58 1 0.80
HSL 25.2º 1% 0.1% -
HSV(B) 25.2º 1% 0.2% -
XYZ 1.58 1.21 0.15 -
YUV 27.28 112.61 144.21 -
System Red Green Blue C M Y K H S L
Decimal 50 21 0 0 0.58 1 0.80 25.2 1 0.1
Hex 32 15 0 0 3A 64 50 19 64 A
Octal 62 25 0 0 72 144 120 31 144 12
Binary 110010 10101 0 0 111010 1100100 1010000 11001 1100100 1010

Color Harmonies of #321500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321500

Black with #321500

Text Example


Text Example

White with #321500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321500; }

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

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

background-color css

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

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

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

border-color css

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

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

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