Html Css Color HEX #311A14 Brown Pod

📋 copy color: '#311A14'

red 49 ◦ green 26 ◦ blue 20

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

Shades of Brown Pod #311A14

Tints of Brown Pod #311A14

RGB

 RED value IS 49 (19.53% from 255) = 51.58%

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

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

R = 51.58%
G = 27.37%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.59

 K value IS 0.81

RGB Variations

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

Color information

#311A14 (or 0x311A14) is known color: Brown Pod. HEX triplet: 31, 1A and 14. RGB value is (49,26,20). Sum of RGB (Red+Green+Blue) = 49+26+20=95 (12% of max value = 765). Red value is 49 (19.53% from 255 or 51.58% from 95); Green value is 26 (10.55% from 255 or 27.37% from 95); Blue value is 20 (8.20% from 255 or 21.05% from 95); Max value from RGB is 49 - color contains mainly: red. Hex color #311A14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311A14 is #CEE5EB. Grayscale: #202020. Windows color (decimal): -13559276 or 1317425. OLE color: 1317425.

HSL color Cylindrical-coordinate representation of color #311A14: hue angle of 12.41º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #311A14 is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 26 20 -
CMYK 0 0.47 0.59 0.81
HSL 12.41º 0.42% 0.14% -
HSV(B) 12.41º 0.59% 0.19% -
XYZ 1.76 1.44 0.85 -
YUV 32.19 121.12 139.99 -
System Red Green Blue C M Y K H S L
Decimal 49 26 20 0 0.47 0.59 0.81 12.41 0.42 0.14
Hex 31 1A 14 0 2F 3B 51 C 2A E
Octal 61 32 24 0 57 73 121 14 52 16
Binary 110001 11010 10100 0 101111 111011 1010001 1100 101010 1110

Color Harmonies of #311A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311A14

Black with #311A14

Text Example


Text Example

White with #311A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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