Html Css Color HEX #321A14 Brown Pod

📋 copy color: '#321A14'

red 50 ◦ green 26 ◦ blue 20

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

Shades of Brown Pod #321A14

Tints of Brown Pod #321A14

RGB

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

 GREEN value IS 26 (10.55% from 255) = 27.08%

 BLUE value IS 20 (8.2% from 255) = 20.83%

R = 52.08%
G = 27.08%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.60

 K value IS 0.80

RGB Variations

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

Color information

#321A14 (or 0x321A14) is known color: Brown Pod. HEX triplet: 32, 1A and 14. RGB value is (50,26,20). Sum of RGB (Red+Green+Blue) = 50+26+20=96 (12% of max value = 765). Red value is 50 (19.92% from 255 or 52.08% from 96); Green value is 26 (10.55% from 255 or 27.08% from 96); Blue value is 20 (8.20% from 255 or 20.83% from 96); Max value from RGB is 50 - color contains mainly: red. Hex color #321A14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321A14 is #CDE5EB. Grayscale: #202020. Windows color (decimal): -13493740 or 1317426. OLE color: 1317426.

HSL color Cylindrical-coordinate representation of color #321A14: hue angle of 12º degrees, saturation: 0.43, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #321A14 is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 26 20 -
CMYK 0 0.48 0.60 0.80
HSL 12º 0.43% 0.14% -
HSV(B) 12º 0.6% 0.2% -
XYZ 1.81 1.47 0.85 -
YUV 32.49 120.95 140.49 -
System Red Green Blue C M Y K H S L
Decimal 50 26 20 0 0.48 0.60 0.80 12 0.43 0.14
Hex 32 1A 14 0 30 3C 50 C 2B E
Octal 62 32 24 0 60 74 120 14 53 16
Binary 110010 11010 10100 0 110000 111100 1010000 1100 101011 1110

Color Harmonies of #321A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321A14

Black with #321A14

Text Example


Text Example

White with #321A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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