Html Css Color HEX #321202 Brown Pod

📋 copy color: '#321202'

red 50 ◦ green 18 ◦ blue 2

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

Shades of Brown Pod #321202

Tints of Brown Pod #321202

RGB

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

 GREEN value IS 18 (7.42% from 255) = 25.71%

 BLUE value IS 2 (1.17% from 255) = 2.86%

R = 71.43%
G = 25.71%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.96

 K value IS 0.80

RGB Variations

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

Color information

#321202 (or 0x321202) is known color: Brown Pod. HEX triplet: 32, 12 and 02. RGB value is (50,18,2). Sum of RGB (Red+Green+Blue) = 50+18+2=70 (9% of max value = 765). Red value is 50 (19.92% from 255 or 71.43% from 70); Green value is 18 (7.42% from 255 or 25.71% from 70); Blue value is 2 (1.17% from 255 or 2.86% from 70); Max value from RGB is 50 - color contains mainly: red. Hex color #321202 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321202 is #CDEDFD. Grayscale: #191919. Windows color (decimal): -13495806 or 135730. OLE color: 135730.

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

Color convert

RGB 50 18 2 -
CMYK 0 0.64 0.96 0.80
HSL 20º 0.92% 0.1% -
HSV(B) 20º 0.96% 0.2% -
XYZ 1.54 1.12 0.19 -
YUV 25.74 114.6 145.3 -
System Red Green Blue C M Y K H S L
Decimal 50 18 2 0 0.64 0.96 0.80 20 0.92 0.1
Hex 32 12 2 0 40 60 50 14 5C A
Octal 62 22 2 0 100 140 120 24 134 12
Binary 110010 10010 10 0 1000000 1100000 1010000 10100 1011100 1010

Color Harmonies of #321202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321202

Black with #321202

Text Example


Text Example

White with #321202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321202; }

 p { color: rgb(50,18,2); }

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

background-color css

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

 a { background-color: rgb(50,18,2); }

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

border-color css

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

 span { border-color: rgb(50,18,2); }

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