Html Css Color HEX #331D11 Brown Pod

📋 copy color: '#331D11'

red 51 ◦ green 29 ◦ blue 17

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

Shades of Brown Pod #331D11

Tints of Brown Pod #331D11

RGB

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

 GREEN value IS 29 (11.72% from 255) = 29.9%

 BLUE value IS 17 (7.03% from 255) = 17.53%

R = 52.58%
G = 29.9%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.67

 K value IS 0.8

RGB Variations

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

Color information

#331D11 (or 0x331D11) is known color: Brown Pod. HEX triplet: 33, 1D and 11. RGB value is (51,29,17). Sum of RGB (Red+Green+Blue) = 51+29+17=97 (12% of max value = 765). Red value is 51 (20.31% from 255 or 52.58% from 97); Green value is 29 (11.72% from 255 or 29.90% from 97); Blue value is 17 (7.03% from 255 or 17.53% from 97); Max value from RGB is 51 - color contains mainly: red. Hex color #331D11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #331D11 is #CCE2EE. Grayscale: #222222. Windows color (decimal): -13427439 or 1121587. OLE color: 1121587.

HSL color Cylindrical-coordinate representation of color #331D11: hue angle of 21.18º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #331D11 is Cyan = 0, Magento = 0.43, Yellow = 0.67 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 29 17 -
CMYK 0 0.43 0.67 0.8
HSL 21.18º 0.5% 0.13% -
HSV(B) 21.18º 0.67% 0.2% -
XYZ 1.91 1.62 0.74 -
YUV 34.21 118.29 139.98 -
System Red Green Blue C M Y K H S L
Decimal 51 29 17 0 0.43 0.67 0.8 21.18 0.5 0.13
Hex 33 1D 11 0 2B 43 50 15 32 D
Octal 63 35 21 0 53 103 120 25 62 15
Binary 110011 11101 10001 0 101011 1000011 1010000 10101 110010 1101

Color Harmonies of #331D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331D11

Black with #331D11

Text Example


Text Example

White with #331D11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,29,17); }

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

background-color css

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

 a { background-color: rgb(51,29,17); }

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

border-color css

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

 span { border-color: rgb(51,29,17); }

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