Html Css Color HEX #311C12 Brown Pod

📋 copy color: '#311C12'

red 49 ◦ green 28 ◦ blue 18

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

Shades of Brown Pod #311C12

Tints of Brown Pod #311C12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 18.95%

R = 51.58%
G = 29.47%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.63

 K value IS 0.81

RGB Variations

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

Color information

#311C12 (or 0x311C12) is known color: Brown Pod. HEX triplet: 31, 1C and 12. RGB value is (49,28,18). Sum of RGB (Red+Green+Blue) = 49+28+18=95 (12% of max value = 765). Red value is 49 (19.53% from 255 or 51.58% from 95); Green value is 28 (11.33% from 255 or 29.47% from 95); Blue value is 18 (7.42% from 255 or 18.95% from 95); Max value from RGB is 49 - color contains mainly: red. Hex color #311C12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311C12 is #CEE3ED. Grayscale: #212121. Windows color (decimal): -13558766 or 1186865. OLE color: 1186865.

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

Color convert

RGB 49 28 18 -
CMYK 0 0.43 0.63 0.81
HSL 19.35º 0.46% 0.13% -
HSV(B) 19.35º 0.63% 0.19% -
XYZ 1.79 1.53 0.77 -
YUV 33.14 119.46 139.31 -
System Red Green Blue C M Y K H S L
Decimal 49 28 18 0 0.43 0.63 0.81 19.35 0.46 0.13
Hex 31 1C 12 0 2B 3F 51 13 2E D
Octal 61 34 22 0 53 77 121 23 56 15
Binary 110001 11100 10010 0 101011 111111 1010001 10011 101110 1101

Color Harmonies of #311C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311C12

Black with #311C12

Text Example


Text Example

White with #311C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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