Html Css Color HEX #331D10 Brown Pod

📋 copy color: '#331D10'

red 51 ◦ green 29 ◦ blue 16

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

Shades of Brown Pod #331D10

Tints of Brown Pod #331D10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 16.67%

R = 53.13%
G = 30.21%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.69

 K value IS 0.8

RGB Variations

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

Color information

#331D10 (or 0x331D10) is known color: Brown Pod. HEX triplet: 33, 1D and 10. RGB value is (51,29,16). Sum of RGB (Red+Green+Blue) = 51+29+16=96 (12% of max value = 765). Red value is 51 (20.31% from 255 or 53.12% from 96); Green value is 29 (11.72% from 255 or 30.21% from 96); Blue value is 16 (6.64% from 255 or 16.67% from 96); Max value from RGB is 51 - color contains mainly: red. Hex color #331D10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #331D10 is #CCE2EF. Grayscale: #222222. Windows color (decimal): -13427440 or 1056051. OLE color: 1056051.

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

Color convert

RGB 51 29 16 -
CMYK 0 0.43 0.69 0.8
HSL 22.29º 0.52% 0.13% -
HSV(B) 22.29º 0.69% 0.2% -
XYZ 1.9 1.62 0.7 -
YUV 34.1 117.79 140.06 -
System Red Green Blue C M Y K H S L
Decimal 51 29 16 0 0.43 0.69 0.8 22.29 0.52 0.13
Hex 33 1D 10 0 2B 45 50 16 34 D
Octal 63 35 20 0 53 105 120 26 64 15
Binary 110011 11101 10000 0 101011 1000101 1010000 10110 110100 1101

Color Harmonies of #331D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331D10

Black with #331D10

Text Example


Text Example

White with #331D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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