Html Css Color HEX #311C10 Brown Pod

📋 copy color: '#311C10'

red 49 ◦ green 28 ◦ blue 16

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

Shades of Brown Pod #311C10

Tints of Brown Pod #311C10

RGB

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

 GREEN value IS 28 (11.33% from 255) = 30.11%

 BLUE value IS 16 (6.64% from 255) = 17.2%

R = 52.69%
G = 30.11%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.67

 K value IS 0.81

RGB Variations

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

Color information

#311C10 (or 0x311C10) is known color: Brown Pod. HEX triplet: 31, 1C and 10. RGB value is (49,28,16). Sum of RGB (Red+Green+Blue) = 49+28+16=93 (12% of max value = 765). Red value is 49 (19.53% from 255 or 52.69% from 93); Green value is 28 (11.33% from 255 or 30.11% from 93); Blue value is 16 (6.64% from 255 or 17.20% from 93); Max value from RGB is 49 - color contains mainly: red. Hex color #311C10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311C10 is #CEE3EF. Grayscale: #202020. Windows color (decimal): -13558768 or 1055793. OLE color: 1055793.

HSL color Cylindrical-coordinate representation of color #311C10: hue angle of 21.82º degrees, saturation: 0.51, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #311C10 is Cyan = 0, Magento = 0.43, Yellow = 0.67 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 28 16 -
CMYK 0 0.43 0.67 0.81
HSL 21.82º 0.51% 0.13% -
HSV(B) 21.82º 0.67% 0.19% -
XYZ 1.78 1.52 0.69 -
YUV 32.91 118.46 139.48 -
System Red Green Blue C M Y K H S L
Decimal 49 28 16 0 0.43 0.67 0.81 21.82 0.51 0.13
Hex 31 1C 10 0 2B 43 51 16 33 D
Octal 61 34 20 0 53 103 121 26 63 15
Binary 110001 11100 10000 0 101011 1000011 1010001 10110 110011 1101

Color Harmonies of #311C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311C10

Black with #311C10

Text Example


Text Example

White with #311C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,28,16); }

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

background-color css

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

 a { background-color: rgb(49,28,16); }

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

border-color css

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

 span { border-color: rgb(49,28,16); }

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