Html Css Color HEX #321601 Brown Pod

📋 copy color: '#321601'

red 50 ◦ green 22 ◦ blue 1

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

Shades of Brown Pod #321601

Tints of Brown Pod #321601

RGB

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

 GREEN value IS 22 (8.98% from 255) = 30.14%

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

R = 68.49%
G = 30.14%
B = 1.37%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.98

 K value IS 0.80

RGB Variations

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

Color information

#321601 (or 0x321601) is known color: Brown Pod. HEX triplet: 32, 16 and 01. RGB value is (50,22,1). Sum of RGB (Red+Green+Blue) = 50+22+1=73 (9% of max value = 765). Red value is 50 (19.92% from 255 or 68.49% from 73); Green value is 22 (8.98% from 255 or 30.14% from 73); Blue value is 1 (0.78% from 255 or 1.37% from 73); Max value from RGB is 50 - color contains mainly: red. Hex color #321601 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321601 is #CDE9FE. Grayscale: #1C1C1C. Windows color (decimal): -13494783 or 71218. OLE color: 71218.

HSL color Cylindrical-coordinate representation of color #321601: hue angle of 25.71º 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 #321601 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 22 1 -
CMYK 0 0.56 0.98 0.80
HSL 25.71º 0.96% 0.1% -
HSV(B) 25.71º 0.98% 0.2% -
XYZ 1.61 1.25 0.19 -
YUV 27.98 112.78 143.71 -
System Red Green Blue C M Y K H S L
Decimal 50 22 1 0 0.56 0.98 0.80 25.71 0.96 0.1
Hex 32 16 1 0 38 62 50 1A 60 A
Octal 62 26 1 0 70 142 120 32 140 12
Binary 110010 10110 1 0 111000 1100010 1010000 11010 1100000 1010

Color Harmonies of #321601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321601

Black with #321601

Text Example


Text Example

White with #321601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321601; }

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

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

background-color css

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

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

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

border-color css

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

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

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