Html Css Color HEX #331A13 Brown Pod

📋 copy color: '#331A13'

red 51 ◦ green 26 ◦ blue 19

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

Shades of Brown Pod #331A13

Tints of Brown Pod #331A13

RGB

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

 GREEN value IS 26 (10.55% from 255) = 27.08%

 BLUE value IS 19 (7.81% from 255) = 19.79%

R = 53.13%
G = 27.08%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.63

 K value IS 0.8

RGB Variations

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

Color information

#331A13 (or 0x331A13) is known color: Brown Pod. HEX triplet: 33, 1A and 13. RGB value is (51,26,19). Sum of RGB (Red+Green+Blue) = 51+26+19=96 (12% of max value = 765). Red value is 51 (20.31% from 255 or 53.12% from 96); Green value is 26 (10.55% from 255 or 27.08% from 96); Blue value is 19 (7.81% from 255 or 19.79% from 96); Max value from RGB is 51 - color contains mainly: red. Hex color #331A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #331A13 is #CCE5EC. Grayscale: #202020. Windows color (decimal): -13428205 or 1251891. OLE color: 1251891.

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

Color convert

RGB 51 26 19 -
CMYK 0 0.49 0.63 0.8
HSL 13.13º 0.46% 0.14% -
HSV(B) 13.13º 0.63% 0.2% -
XYZ 1.85 1.49 0.81 -
YUV 32.68 120.28 141.07 -
System Red Green Blue C M Y K H S L
Decimal 51 26 19 0 0.49 0.63 0.8 13.13 0.46 0.14
Hex 33 1A 13 0 31 3F 50 D 2E E
Octal 63 32 23 0 61 77 120 15 56 16
Binary 110011 11010 10011 0 110001 111111 1010000 1101 101110 1110

Color Harmonies of #331A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331A13

Black with #331A13

Text Example


Text Example

White with #331A13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,26,19); }

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

background-color css

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

 a { background-color: rgb(51,26,19); }

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

border-color css

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

 span { border-color: rgb(51,26,19); }

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