Html Css Color HEX #321E18 Brown Pod

📋 copy color: '#321E18'

red 50 ◦ green 30 ◦ blue 24

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

Shades of Brown Pod #321E18

Tints of Brown Pod #321E18

RGB

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

 GREEN value IS 30 (12.11% from 255) = 28.85%

 BLUE value IS 24 (9.77% from 255) = 23.08%

R = 48.08%
G = 28.85%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.52

 K value IS 0.80

RGB Variations

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

Color information

#321E18 (or 0x321E18) is known color: Brown Pod. HEX triplet: 32, 1E and 18. RGB value is (50,30,24). Sum of RGB (Red+Green+Blue) = 50+30+24=104 (13% of max value = 765). Red value is 50 (19.92% from 255 or 48.08% from 104); Green value is 30 (12.11% from 255 or 28.85% from 104); Blue value is 24 (9.77% from 255 or 23.08% from 104); Max value from RGB is 50 - color contains mainly: red. Hex color #321E18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321E18 is #CDE1E7. Grayscale: #232323. Windows color (decimal): -13492712 or 1580594. OLE color: 1580594.

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

Color convert

RGB 50 30 24 -
CMYK 0 0.40 0.52 0.80
HSL 13.85º 0.35% 0.15% -
HSV(B) 13.85º 0.52% 0.2% -
XYZ 1.94 1.67 1.08 -
YUV 35.3 121.63 138.49 -
System Red Green Blue C M Y K H S L
Decimal 50 30 24 0 0.40 0.52 0.80 13.85 0.35 0.15
Hex 32 1E 18 0 28 34 50 E 23 F
Octal 62 36 30 0 50 64 120 16 43 17
Binary 110010 11110 11000 0 101000 110100 1010000 1110 100011 1111

Color Harmonies of #321E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321E18

Black with #321E18

Text Example


Text Example

White with #321E18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,30,24); }

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

background-color css

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

 a { background-color: rgb(50,30,24); }

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

border-color css

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

 span { border-color: rgb(50,30,24); }

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