Html Css Color HEX #321100 Brown Pod

📋 copy color: '#321100'

red 50 ◦ green 17 ◦ blue 0

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

Shades of Brown Pod #321100

Tints of Brown Pod #321100

RGB

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

 GREEN value IS 17 (7.03% from 255) = 25.37%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 74.63%
G = 25.37%
B = 0%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1

 K value IS 0.80

RGB Variations

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

Color information

#321100 (or 0x321100) is known color: Brown Pod. HEX triplet: 32, 11 and 00. RGB value is (50,17,0). Sum of RGB (Red+Green+Blue) = 50+17+0=67 (8% of max value = 765). Red value is 50 (19.92% from 255 or 74.63% from 67); Green value is 17 (7.03% from 255 or 25.37% from 67); Blue value is 0 (0.39% from 255 or 0% from 67); Max value from RGB is 50 - color contains mainly: red. Hex color #321100 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321100 is #CDEEFF. Grayscale: #191919. Windows color (decimal): -13496064 or 4402. OLE color: 4402.

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

Color convert

RGB 50 17 0 -
CMYK 0 0.66 1 0.80
HSL 20.4º 1% 0.1% -
HSV(B) 20.4º 1% 0.2% -
XYZ 1.52 1.08 0.13 -
YUV 24.93 113.93 145.88 -
System Red Green Blue C M Y K H S L
Decimal 50 17 0 0 0.66 1 0.80 20.4 1 0.1
Hex 32 11 0 0 42 64 50 14 64 A
Octal 62 21 0 0 102 144 120 24 144 12
Binary 110010 10001 0 0 1000010 1100100 1010000 10100 1100100 1010

Color Harmonies of #321100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321100

Black with #321100

Text Example


Text Example

White with #321100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321100; }

 p { color: rgb(50,17,0); }

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

background-color css

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

 a { background-color: rgb(50,17,0); }

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

border-color css

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

 span { border-color: rgb(50,17,0); }

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