Html Css Color HEX #321401 Brown Pod

📋 copy color: '#321401'

red 50 ◦ green 20 ◦ blue 1

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

Shades of Brown Pod #321401

Tints of Brown Pod #321401

RGB

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

 GREEN value IS 20 (8.2% from 255) = 28.17%

 BLUE value IS 1 (0.78% from 255) = 1.41%

R = 70.42%
G = 28.17%
B = 1.41%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.98

 K value IS 0.80

RGB Variations

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

Color information

#321401 (or 0x321401) is known color: Brown Pod. HEX triplet: 32, 14 and 01. RGB value is (50,20,1). Sum of RGB (Red+Green+Blue) = 50+20+1=71 (9% of max value = 765). Red value is 50 (19.92% from 255 or 70.42% from 71); Green value is 20 (8.20% from 255 or 28.17% from 71); Blue value is 1 (0.78% from 255 or 1.41% from 71); Max value from RGB is 50 - color contains mainly: red. Hex color #321401 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321401 is #CDEBFE. Grayscale: #1A1A1A. Windows color (decimal): -13495295 or 70706. OLE color: 70706.

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

Color convert

RGB 50 20 1 -
CMYK 0 0.60 0.98 0.80
HSL 23.27º 0.96% 0.1% -
HSV(B) 23.27º 0.98% 0.2% -
XYZ 1.57 1.18 0.17 -
YUV 26.8 113.44 144.54 -
System Red Green Blue C M Y K H S L
Decimal 50 20 1 0 0.60 0.98 0.80 23.27 0.96 0.1
Hex 32 14 1 0 3C 62 50 17 60 A
Octal 62 24 1 0 74 142 120 27 140 12
Binary 110010 10100 1 0 111100 1100010 1010000 10111 1100000 1010

Color Harmonies of #321401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321401

Black with #321401

Text Example


Text Example

White with #321401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321401; }

 p { color: rgb(50,20,1); }

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

background-color css

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

 a { background-color: rgb(50,20,1); }

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

border-color css

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

 span { border-color: rgb(50,20,1); }

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