Html Css Color HEX #321203 Brown Pod

📋 copy color: '#321203'

red 50 ◦ green 18 ◦ blue 3

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

Shades of Brown Pod #321203

Tints of Brown Pod #321203

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 4.23%

R = 70.42%
G = 25.35%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.94

 K value IS 0.80

RGB Variations

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

Color information

#321203 (or 0x321203) is known color: Brown Pod. HEX triplet: 32, 12 and 03. RGB value is (50,18,3). Sum of RGB (Red+Green+Blue) = 50+18+3=71 (9% of max value = 765). Red value is 50 (19.92% from 255 or 70.42% from 71); Green value is 18 (7.42% from 255 or 25.35% from 71); Blue value is 3 (1.56% from 255 or 4.23% from 71); Max value from RGB is 50 - color contains mainly: red. Hex color #321203 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321203 is #CDEDFC. Grayscale: #191919. Windows color (decimal): -13495805 or 201266. OLE color: 201266.

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

Color convert

RGB 50 18 3 -
CMYK 0 0.64 0.94 0.80
HSL 19.15º 0.89% 0.1% -
HSV(B) 19.15º 0.94% 0.2% -
XYZ 1.55 1.12 0.22 -
YUV 25.86 115.1 145.22 -
System Red Green Blue C M Y K H S L
Decimal 50 18 3 0 0.64 0.94 0.80 19.15 0.89 0.1
Hex 32 12 3 0 40 5E 50 13 59 A
Octal 62 22 3 0 100 136 120 23 131 12
Binary 110010 10010 11 0 1000000 1011110 1010000 10011 1011001 1010

Color Harmonies of #321203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321203

Black with #321203

Text Example


Text Example

White with #321203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321203; }

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

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

background-color css

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

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

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

border-color css

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

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

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