Html Css Color HEX #311706 Brown Pod

📋 copy color: '#311706'

red 49 ◦ green 23 ◦ blue 6

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

Shades of Brown Pod #311706

Tints of Brown Pod #311706

RGB

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

 GREEN value IS 23 (9.38% from 255) = 29.49%

 BLUE value IS 6 (2.73% from 255) = 7.69%

R = 62.82%
G = 29.49%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.88

 K value IS 0.81

RGB Variations

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

Color information

#311706 (or 0x311706) is known color: Brown Pod. HEX triplet: 31, 17 and 06. RGB value is (49,23,6). Sum of RGB (Red+Green+Blue) = 49+23+6=78 (10% of max value = 765). Red value is 49 (19.53% from 255 or 62.82% from 78); Green value is 23 (9.38% from 255 or 29.49% from 78); Blue value is 6 (2.73% from 255 or 7.69% from 78); Max value from RGB is 49 - color contains mainly: red. Hex color #311706 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311706 is #CEE8F9. Grayscale: #1C1C1C. Windows color (decimal): -13560058 or 399153. OLE color: 399153.

HSL color Cylindrical-coordinate representation of color #311706: hue angle of 23.72º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #311706 is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 23 6 -
CMYK 0 0.53 0.88 0.81
HSL 23.72º 0.78% 0.11% -
HSV(B) 23.72º 0.88% 0.19% -
XYZ 1.61 1.28 0.33 -
YUV 28.84 115.11 142.38 -
System Red Green Blue C M Y K H S L
Decimal 49 23 6 0 0.53 0.88 0.81 23.72 0.78 0.11
Hex 31 17 6 0 35 58 51 18 4E B
Octal 61 27 6 0 65 130 121 30 116 13
Binary 110001 10111 110 0 110101 1011000 1010001 11000 1001110 1011

Color Harmonies of #311706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311706

Black with #311706

Text Example


Text Example

White with #311706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311706; }

 p { color: rgb(49,23,6); }

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

background-color css

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

 a { background-color: rgb(49,23,6); }

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

border-color css

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

 span { border-color: rgb(49,23,6); }

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