Html Css Color HEX #321B11 Brown Pod

📋 copy color: '#321B11'

red 50 ◦ green 27 ◦ blue 17

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

Shades of Brown Pod #321B11

Tints of Brown Pod #321B11

RGB

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

 GREEN value IS 27 (10.94% from 255) = 28.72%

 BLUE value IS 17 (7.03% from 255) = 18.09%

R = 53.19%
G = 28.72%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.66

 K value IS 0.80

RGB Variations

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

Color information

#321B11 (or 0x321B11) is known color: Brown Pod. HEX triplet: 32, 1B and 11. RGB value is (50,27,17). Sum of RGB (Red+Green+Blue) = 50+27+17=94 (12% of max value = 765). Red value is 50 (19.92% from 255 or 53.19% from 94); Green value is 27 (10.94% from 255 or 28.72% from 94); Blue value is 17 (7.03% from 255 or 18.09% from 94); Max value from RGB is 50 - color contains mainly: red. Hex color #321B11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321B11 is #CDE4EE. Grayscale: #202020. Windows color (decimal): -13493487 or 1121074. OLE color: 1121074.

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

Color convert

RGB 50 27 17 -
CMYK 0 0.46 0.66 0.80
HSL 18.18º 0.49% 0.13% -
HSV(B) 18.18º 0.66% 0.2% -
XYZ 1.81 1.5 0.72 -
YUV 32.74 119.12 140.31 -
System Red Green Blue C M Y K H S L
Decimal 50 27 17 0 0.46 0.66 0.80 18.18 0.49 0.13
Hex 32 1B 11 0 2E 42 50 12 31 D
Octal 62 33 21 0 56 102 120 22 61 15
Binary 110010 11011 10001 0 101110 1000010 1010000 10010 110001 1101

Color Harmonies of #321B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321B11

Black with #321B11

Text Example


Text Example

White with #321B11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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