Html Css Color HEX #331E17 Brown Pod

📋 copy color: '#331E17'

red 51 ◦ green 30 ◦ blue 23

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

Shades of Brown Pod #331E17

Tints of Brown Pod #331E17

RGB

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

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

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

R = 49.04%
G = 28.85%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.55

 K value IS 0.8

RGB Variations

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

Color information

#331E17 (or 0x331E17) is known color: Brown Pod. HEX triplet: 33, 1E and 17. RGB value is (51,30,23). Sum of RGB (Red+Green+Blue) = 51+30+23=104 (13% of max value = 765). Red value is 51 (20.31% from 255 or 49.04% from 104); Green value is 30 (12.11% from 255 or 28.85% from 104); Blue value is 23 (9.38% from 255 or 22.12% from 104); Max value from RGB is 51 - color contains mainly: red. Hex color #331E17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #331E17 is #CCE1E8. Grayscale: #232323. Windows color (decimal): -13427177 or 1515059. OLE color: 1515059.

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

Color convert

RGB 51 30 23 -
CMYK 0 0.41 0.55 0.8
HSL 15º 0.38% 0.15% -
HSV(B) 15º 0.55% 0.2% -
XYZ 1.98 1.69 1.03 -
YUV 35.48 120.96 139.07 -
System Red Green Blue C M Y K H S L
Decimal 51 30 23 0 0.41 0.55 0.8 15 0.38 0.15
Hex 33 1E 17 0 29 37 50 F 26 F
Octal 63 36 27 0 51 67 120 17 46 17
Binary 110011 11110 10111 0 101001 110111 1010000 1111 100110 1111

Color Harmonies of #331E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331E17

Black with #331E17

Text Example


Text Example

White with #331E17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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