Html Css Color HEX #321F18 Brown Pod

📋 copy color: '#321F18'

red 50 ◦ green 31 ◦ blue 24

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

Shades of Brown Pod #321F18

Tints of Brown Pod #321F18

RGB

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

 GREEN value IS 31 (12.5% from 255) = 29.52%

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

R = 47.62%
G = 29.52%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.52

 K value IS 0.80

RGB Variations

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

Color information

#321F18 (or 0x321F18) is known color: Brown Pod. HEX triplet: 32, 1F and 18. RGB value is (50,31,24). Sum of RGB (Red+Green+Blue) = 50+31+24=105 (13% of max value = 765). Red value is 50 (19.92% from 255 or 47.62% from 105); Green value is 31 (12.5% from 255 or 29.52% from 105); Blue value is 24 (9.77% from 255 or 22.86% from 105); Max value from RGB is 50 - color contains mainly: red. Hex color #321F18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321F18 is #CDE0E7. Grayscale: #232323. Windows color (decimal): -13492456 or 1580850. OLE color: 1580850.

HSL color Cylindrical-coordinate representation of color #321F18: hue angle of 16.15º 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 #321F18 is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 31 24 -
CMYK 0 0.38 0.52 0.80
HSL 16.15º 0.35% 0.15% -
HSV(B) 16.15º 0.52% 0.2% -
XYZ 1.97 1.72 1.09 -
YUV 35.88 121.29 138.07 -
System Red Green Blue C M Y K H S L
Decimal 50 31 24 0 0.38 0.52 0.80 16.15 0.35 0.15
Hex 32 1F 18 0 26 34 50 10 23 F
Octal 62 37 30 0 46 64 120 20 43 17
Binary 110010 11111 11000 0 100110 110100 1010000 10000 100011 1111

Color Harmonies of #321F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321F18

Black with #321F18

Text Example


Text Example

White with #321F18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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