Html Css Color HEX #321304 Brown Pod

📋 copy color: '#321304'

red 50 ◦ green 19 ◦ blue 4

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

Shades of Brown Pod #321304

Tints of Brown Pod #321304

RGB

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

 GREEN value IS 19 (7.81% from 255) = 26.03%

 BLUE value IS 4 (1.95% from 255) = 5.48%

R = 68.49%
G = 26.03%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.80

RGB Variations

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

Color information

#321304 (or 0x321304) is known color: Brown Pod. HEX triplet: 32, 13 and 04. RGB value is (50,19,4). Sum of RGB (Red+Green+Blue) = 50+19+4=73 (9% of max value = 765). Red value is 50 (19.92% from 255 or 68.49% from 73); Green value is 19 (7.81% from 255 or 26.03% from 73); Blue value is 4 (1.95% from 255 or 5.48% from 73); Max value from RGB is 50 - color contains mainly: red. Hex color #321304 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321304 is #CDECFB. Grayscale: #1A1A1A. Windows color (decimal): -13495548 or 267058. OLE color: 267058.

HSL color Cylindrical-coordinate representation of color #321304: hue angle of 19.57º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #321304 is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 19 4 -
CMYK 0 0.62 0.92 0.80
HSL 19.57º 0.85% 0.11% -
HSV(B) 19.57º 0.92% 0.2% -
XYZ 1.57 1.15 0.25 -
YUV 26.56 115.27 144.72 -
System Red Green Blue C M Y K H S L
Decimal 50 19 4 0 0.62 0.92 0.80 19.57 0.85 0.11
Hex 32 13 4 0 3E 5C 50 14 55 B
Octal 62 23 4 0 76 134 120 24 125 13
Binary 110010 10011 100 0 111110 1011100 1010000 10100 1010101 1011

Color Harmonies of #321304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321304

Black with #321304

Text Example


Text Example

White with #321304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321304; }

 p { color: rgb(50,19,4); }

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

background-color css

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

 a { background-color: rgb(50,19,4); }

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

border-color css

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

 span { border-color: rgb(50,19,4); }

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