Html Css Color HEX #311C17 Brown Pod

📋 copy color: '#311C17'

red 49 ◦ green 28 ◦ blue 23

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

Shades of Brown Pod #311C17

Tints of Brown Pod #311C17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 23%

R = 49%
G = 28%
B = 23%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.53

 K value IS 0.81

RGB Variations

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

Color information

#311C17 (or 0x311C17) is known color: Brown Pod. HEX triplet: 31, 1C and 17. RGB value is (49,28,23). Sum of RGB (Red+Green+Blue) = 49+28+23=100 (13% of max value = 765). Red value is 49 (19.53% from 255 or 49% from 100); Green value is 28 (11.33% from 255 or 28% from 100); Blue value is 23 (9.38% from 255 or 23% from 100); Max value from RGB is 49 - color contains mainly: red. Hex color #311C17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311C17 is #CEE3E8. Grayscale: #212121. Windows color (decimal): -13558761 or 1514545. OLE color: 1514545.

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

Color convert

RGB 49 28 23 -
CMYK 0 0.43 0.53 0.81
HSL 11.54º 0.36% 0.14% -
HSV(B) 11.54º 0.53% 0.19% -
XYZ 1.84 1.55 1.01 -
YUV 33.71 121.96 138.91 -
System Red Green Blue C M Y K H S L
Decimal 49 28 23 0 0.43 0.53 0.81 11.54 0.36 0.14
Hex 31 1C 17 0 2B 35 51 C 24 E
Octal 61 34 27 0 53 65 121 14 44 16
Binary 110001 11100 10111 0 101011 110101 1010001 1100 100100 1110

Color Harmonies of #311C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311C17

Black with #311C17

Text Example


Text Example

White with #311C17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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