Html Css Color HEX #321C10 Brown Pod

📋 copy color: '#321C10'

red 50 ◦ green 28 ◦ blue 16

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

Shades of Brown Pod #321C10

Tints of Brown Pod #321C10

RGB

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

 GREEN value IS 28 (11.33% from 255) = 29.79%

 BLUE value IS 16 (6.64% from 255) = 17.02%

R = 53.19%
G = 29.79%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.68

 K value IS 0.80

RGB Variations

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

Color information

#321C10 (or 0x321C10) is known color: Brown Pod. HEX triplet: 32, 1C and 10. RGB value is (50,28,16). Sum of RGB (Red+Green+Blue) = 50+28+16=94 (12% of max value = 765). Red value is 50 (19.92% from 255 or 53.19% from 94); Green value is 28 (11.33% from 255 or 29.79% from 94); Blue value is 16 (6.64% from 255 or 17.02% from 94); Max value from RGB is 50 - color contains mainly: red. Hex color #321C10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321C10 is #CDE3EF. Grayscale: #212121. Windows color (decimal): -13493232 or 1055794. OLE color: 1055794.

HSL color Cylindrical-coordinate representation of color #321C10: hue angle of 21.18º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #321C10 is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 28 16 -
CMYK 0 0.44 0.68 0.80
HSL 21.18º 0.52% 0.13% -
HSV(B) 21.18º 0.68% 0.2% -
XYZ 1.82 1.55 0.69 -
YUV 33.21 118.29 139.98 -
System Red Green Blue C M Y K H S L
Decimal 50 28 16 0 0.44 0.68 0.80 21.18 0.52 0.13
Hex 32 1C 10 0 2C 44 50 15 34 D
Octal 62 34 20 0 54 104 120 25 64 15
Binary 110010 11100 10000 0 101100 1000100 1010000 10101 110100 1101

Color Harmonies of #321C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321C10

Black with #321C10

Text Example


Text Example

White with #321C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,28,16); }

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

background-color css

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

 a { background-color: rgb(50,28,16); }

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

border-color css

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

 span { border-color: rgb(50,28,16); }

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