Html Css Color HEX #331E15 Brown Pod

📋 copy color: '#331E15'

red 51 ◦ green 30 ◦ blue 21

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

Shades of Brown Pod #331E15

Tints of Brown Pod #331E15

RGB

 RED value IS 51 (20.31% from 255) = 50%

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

 BLUE value IS 21 (8.59% from 255) = 20.59%

R = 50%
G = 29.41%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.59

 K value IS 0.8

RGB Variations

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

Color information

#331E15 (or 0x331E15) is known color: Brown Pod. HEX triplet: 33, 1E and 15. RGB value is (51,30,21). Sum of RGB (Red+Green+Blue) = 51+30+21=102 (13% of max value = 765). Red value is 51 (20.31% from 255 or 50% from 102); Green value is 30 (12.11% from 255 or 29.41% from 102); Blue value is 21 (8.59% from 255 or 20.59% from 102); Max value from RGB is 51 - color contains mainly: red. Hex color #331E15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #331E15 is #CCE1EA. Grayscale: #232323. Windows color (decimal): -13427179 or 1383987. OLE color: 1383987.

HSL color Cylindrical-coordinate representation of color #331E15: hue angle of 18º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #331E15 is Cyan = 0, Magento = 0.41, Yellow = 0.59 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 30 21 -
CMYK 0 0.41 0.59 0.8
HSL 18º 0.42% 0.14% -
HSV(B) 18º 0.59% 0.2% -
XYZ 1.96 1.69 0.93 -
YUV 35.25 119.96 139.23 -
System Red Green Blue C M Y K H S L
Decimal 51 30 21 0 0.41 0.59 0.8 18 0.42 0.14
Hex 33 1E 15 0 29 3B 50 12 2A E
Octal 63 36 25 0 51 73 120 22 52 16
Binary 110011 11110 10101 0 101001 111011 1010000 10010 101010 1110

Color Harmonies of #331E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331E15

Black with #331E15

Text Example


Text Example

White with #331E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331E15; }

 p { color: rgb(51,30,21); }

 H1.HeaderClassName
 {
   color: #331E15;
 }
 .AnyTagClassName
 {
   color: #331E15;
 }
</style>

background-color css

<style>
 a { background-color: #331E15; }

 a { background-color: rgb(51,30,21); }

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

border-color css

<style>
 span { border-color: #331E15; }

 span { border-color: rgb(51,30,21); }

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