Html Css Color HEX #311B0E Brown Pod

📋 copy color: '#311B0E'

red 49 ◦ green 27 ◦ blue 14

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

Shades of Brown Pod #311B0E

Tints of Brown Pod #311B0E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 30%

 BLUE value IS 14 (5.86% from 255) = 15.56%

R = 54.44%
G = 30%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.71

 K value IS 0.81

RGB Variations

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

Color information

#311B0E (or 0x311B0E) is known color: Brown Pod. HEX triplet: 31, 1B and 0E. RGB value is (49,27,14). Sum of RGB (Red+Green+Blue) = 49+27+14=90 (11% of max value = 765). Red value is 49 (19.53% from 255 or 54.44% from 90); Green value is 27 (10.94% from 255 or 30% from 90); Blue value is 14 (5.86% from 255 or 15.56% from 90); Max value from RGB is 49 - color contains mainly: red. Hex color #311B0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311B0E is #CEE4F1. Grayscale: #202020. Windows color (decimal): -13559026 or 924465. OLE color: 924465.

HSL color Cylindrical-coordinate representation of color #311B0E: hue angle of 22.29º degrees, saturation: 0.56, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #311B0E is Cyan = 0, Magento = 0.45, Yellow = 0.71 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 27 14 -
CMYK 0 0.45 0.71 0.81
HSL 22.29º 0.56% 0.12% -
HSV(B) 22.29º 0.71% 0.19% -
XYZ 1.74 1.47 0.61 -
YUV 32.1 117.79 140.06 -
System Red Green Blue C M Y K H S L
Decimal 49 27 14 0 0.45 0.71 0.81 22.29 0.56 0.12
Hex 31 1B E 0 2D 47 51 16 38 C
Octal 61 33 16 0 55 107 121 26 70 14
Binary 110001 11011 1110 0 101101 1000111 1010001 10110 111000 1100

Color Harmonies of #311B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311B0E

Black with #311B0E

Text Example


Text Example

White with #311B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,27,14); }

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

background-color css

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

 a { background-color: rgb(49,27,14); }

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

border-color css

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

 span { border-color: rgb(49,27,14); }

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