Html Css Color HEX #331A14 Brown Pod

📋 copy color: '#331A14'

red 51 ◦ green 26 ◦ blue 20

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

Shades of Brown Pod #331A14

Tints of Brown Pod #331A14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 20.62%

R = 52.58%
G = 26.8%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.61

 K value IS 0.8

RGB Variations

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

Color information

#331A14 (or 0x331A14) is known color: Brown Pod. HEX triplet: 33, 1A and 14. RGB value is (51,26,20). Sum of RGB (Red+Green+Blue) = 51+26+20=97 (12% of max value = 765). Red value is 51 (20.31% from 255 or 52.58% from 97); Green value is 26 (10.55% from 255 or 26.80% from 97); Blue value is 20 (8.20% from 255 or 20.62% from 97); Max value from RGB is 51 - color contains mainly: red. Hex color #331A14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #331A14 is #CCE5EB. Grayscale: #202020. Windows color (decimal): -13428204 or 1317427. OLE color: 1317427.

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

Color convert

RGB 51 26 20 -
CMYK 0 0.49 0.61 0.8
HSL 11.61º 0.44% 0.14% -
HSV(B) 11.61º 0.61% 0.2% -
XYZ 1.86 1.49 0.85 -
YUV 32.79 120.78 140.99 -
System Red Green Blue C M Y K H S L
Decimal 51 26 20 0 0.49 0.61 0.8 11.61 0.44 0.14
Hex 33 1A 14 0 31 3D 50 C 2C E
Octal 63 32 24 0 61 75 120 14 54 16
Binary 110011 11010 10100 0 110001 111101 1010000 1100 101100 1110

Color Harmonies of #331A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331A14

Black with #331A14

Text Example


Text Example

White with #331A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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