Html Css Color HEX #321F17 Brown Pod

📋 copy color: '#321F17'

red 50 ◦ green 31 ◦ blue 23

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

Shades of Brown Pod #321F17

Tints of Brown Pod #321F17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 22.12%

R = 48.08%
G = 29.81%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.54

 K value IS 0.80

RGB Variations

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

Color information

#321F17 (or 0x321F17) is known color: Brown Pod. HEX triplet: 32, 1F and 17. RGB value is (50,31,23). Sum of RGB (Red+Green+Blue) = 50+31+23=104 (13% of max value = 765). Red value is 50 (19.92% from 255 or 48.08% from 104); Green value is 31 (12.5% from 255 or 29.81% from 104); Blue value is 23 (9.38% from 255 or 22.12% from 104); Max value from RGB is 50 - color contains mainly: red. Hex color #321F17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321F17 is #CDE0E8. Grayscale: #232323. Windows color (decimal): -13492457 or 1515314. OLE color: 1515314.

HSL color Cylindrical-coordinate representation of color #321F17: hue angle of 17.78º degrees, saturation: 0.37, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #321F17 is Cyan = 0, Magento = 0.38, Yellow = 0.54 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 31 23 -
CMYK 0 0.38 0.54 0.80
HSL 17.78º 0.37% 0.14% -
HSV(B) 17.78º 0.54% 0.2% -
XYZ 1.96 1.72 1.04 -
YUV 35.77 120.79 138.15 -
System Red Green Blue C M Y K H S L
Decimal 50 31 23 0 0.38 0.54 0.80 17.78 0.37 0.14
Hex 32 1F 17 0 26 36 50 12 25 E
Octal 62 37 27 0 46 66 120 22 45 16
Binary 110010 11111 10111 0 100110 110110 1010000 10010 100101 1110

Color Harmonies of #321F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321F17

Black with #321F17

Text Example


Text Example

White with #321F17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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